-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shisan
committed
Sep 27, 2021
1 parent
5bd408c
commit e8555b6
Showing
8 changed files
with
1,131 additions
and
2,101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,7 +189,7 @@ cd ./example | |
|
||
yarn install | ||
|
||
yarn serve | ||
yarn dev | ||
|
||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
{ | ||
"name": "ts-example", | ||
"name": "example", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"serve": "vite", | ||
"dev": "vite", | ||
"build": "vite build ", | ||
"test:gzip": "npm run build && http-server dist --cors --gzip -c-1", | ||
"test:br": "npm run build && http-server dist --cors --brotli -c-1" | ||
}, | ||
"dependencies": { | ||
"etag": "^1.8.1", | ||
"fast-glob": "^3.2.5", | ||
"fs-extra": "^9.1.0", | ||
"svg-baker": "^1.7.0", | ||
"svgo": "^2.3.0", | ||
"vue": "^3.0.11" | ||
"fast-glob": "^3.2.7", | ||
"fs-extra": "^10.0.0", | ||
"svgo": "^2.7.0", | ||
"vue": "^3.2.19" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^1.2.2", | ||
"@vitejs/plugin-vue-jsx": "^1.1.4", | ||
"@vue/compiler-sfc": "^3.0.11", | ||
"@vitejs/plugin-vue": "^1.9.2", | ||
"@vitejs/plugin-vue-jsx": "^1.1.8", | ||
"@vue/compiler-sfc": "^3.2.19", | ||
"cross-env": "^7.0.3", | ||
"http-server": "^0.12.3", | ||
"typescript": "^4.2.4", | ||
"vite": "^2.3.3" | ||
"http-server": "^13.0.2", | ||
"typescript": "^4.4.3", | ||
"vite": "^2.5.10" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.