Commit a9d3ce1a authored by lvweichao's avatar lvweichao

update: fe script

parent 9e628282
......@@ -5,10 +5,11 @@
"main": "app.js",
"scripts": {
"dev": "sh ./bin/start.sh development",
"test": "sh ./bin/start.sh testing",
"test": "sh ./bin/start.sh test",
"prod": "sh ./bin/start.sh production",
"koa": "nodemon app.js",
"web-dev": "NODE_ENV=development vue-cli-service serve",
"web-test": "NODE_ENV=test vue-cli-service build",
"web-build": "NODE_ENV=production vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment