登录
Showing
... | ... | @@ -3,8 +3,14 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build" | ||
"dev": "vue-cli-service serve", | ||
"build:prod": "vue-cli-service build", | ||
"build:stage": "vue-cli-service build --mode staging", | ||
"preview": "node build/index.js --preview", | ||
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", | ||
"lint": "eslint --ext .js,.vue src", | ||
"test:unit": "jest --clearCache && vue-cli-service test:unit", | ||
"test:ci": "npm run lint && npm run test:unit" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.6.0", | ||
... | ... |
Please
register
or
sign in
to comment