|
@@ -12,7 +12,9 @@
|
|
|
"new": "plop",
|
|
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
|
|
"test:unit": "jest --clearCache && vue-cli-service test:unit",
|
|
|
- "test:ci": "npm run lint && npm run test:unit"
|
|
|
+ "test:ci": "npm run lint && npm run test:unit",
|
|
|
+ "liujian": "cross-env NODE_ENV=development vue-cli-service serve --mode liujian",
|
|
|
+ "liujiawei": "cross-env NODE_ENV=development vue-cli-service serve --mode liujiawei"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"axios": "0.18.1",
|
|
@@ -63,6 +65,7 @@
|
|
|
"chalk": "2.4.2",
|
|
|
"chokidar": "2.1.5",
|
|
|
"connect": "3.6.6",
|
|
|
+ "cross-env": "^7.0.3",
|
|
|
"eslint": "6.7.2",
|
|
|
"eslint-plugin-vue": "6.2.2",
|
|
|
"html-webpack-plugin": "3.2.0",
|