bugfix
Showing
... | @@ -2,10 +2,9 @@ | ... | @@ -2,10 +2,9 @@ |
"name": "vue-admin-template", | "name": "vue-admin-template", | ||
"version": "4.4.0", | "version": "4.4.0", | ||
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", | "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", | ||
"author": "Pan <panfree23@gmail.com>", | |||
"scripts": { | "scripts": { | ||
"dev": "vue-cli-service serve", | "dev": "vue-cli-service serve", | ||
"build:prod": "vue-cli-service build", | "build": "vue-cli-service build", | ||
"build:stage": "vue-cli-service build --mode staging", | "build:stage": "vue-cli-service build --mode staging", | ||
"preview": "node build/index.js --preview", | "preview": "node build/index.js --preview", | ||
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", | "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", | ||
... | ... |
Please
register
or
sign in
to comment