summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/package.json')
-rw-r--r--usecaseui-portal/package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/usecaseui-portal/package.json b/usecaseui-portal/package.json
index d14a4f46..99f74bc5 100644
--- a/usecaseui-portal/package.json
+++ b/usecaseui-portal/package.json
@@ -4,17 +4,19 @@
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
- "start": "ng server",
+ "start": "ng serve",
"server": "ng serve --proxy-config proxy.conf.json",
"build": "ng build --prod --aot && npm run buildvue",
- "buildvue":"cd ./vue && npm run move",
+ "buildvue": "cd ./vue && npm run move",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"mockproxy": "ng serve --proxy-config localproxy.conf.json",
"mockconfig": "nodemon ./src/app/mock/server.js --port 3002",
"mock": "npm run mockconfig | npm run mockproxy",
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
+ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
+ "devvue": "cd ./vue && npm run serve",
+ "devtotal": "concurrently 'npm:server' 'npm:devvue' "
},
"private": true,
"dependencies": {
@@ -30,6 +32,7 @@
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"axios": "^0.19.0",
+ "concurrently": "^5.3.0",
"core-js": "^2.4.1",
"d3": "^3.5.17",
"echarts": "^4.1.0",