latest ui 08/06/2019 12:10:28
Showing
... | @@ -4,10 +4,8 @@ | ... | @@ -4,10 +4,8 @@ |
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve --port 8008 --proxy--config proxy.json", | "start": "ng serve --port 8008 --proxy--config proxy.json", | ||
"build": "ng build --prod --build-optimizer && npm run remove-to && npm run create && npm run copy-to ", | "build": "ng build --prod --build-optimizer && npm run publish-to-backend ", | ||
"remove-to": "rd /s /q D:\\projects\\supervise\\supervise\\src\\main\\resources\\static", | "publish-to-backend": "Powershell.exe -executionpolicy remotesigned -File publish-to-backend.ps1", | ||
"create": "mkdir D:\\projects\\supervise\\supervise\\src\\main\\resources\\static", | |||
"copy-to": " powershell -command \" Copy-Item D:\\projects\\map\\dist\\map\\* -Destination D:\\projects\\supervise\\supervise\\src\\main\\resources\\static\\ -Recurse \"", | |||
"test": "ng test", | "test": "ng test", | ||
"lint": "ng lint", | "lint": "ng lint", | ||
"e2e": "ng e2e" | "e2e": "ng e2e" | ||
... | @@ -27,7 +25,7 @@ | ... | @@ -27,7 +25,7 @@ |
"@fortawesome/free-solid-svg-icons": "^5.9.0", | "@fortawesome/free-solid-svg-icons": "^5.9.0", | ||
"angular2-baidu-map": "^4.7.0", | "angular2-baidu-map": "^4.7.0", | ||
"core-js": "^2.5.4", | "core-js": "^2.5.4", | ||
"ng-zorro-antd": "^7.2.0", | "ng-zorro-antd": "^7.5.1", | ||
"ngx-color-picker": "^8.1.0", | "ngx-color-picker": "^8.1.0", | ||
"rxjs": "~6.3.3", | "rxjs": "~6.3.3", | ||
"tslib": "^1.9.0", | "tslib": "^1.9.0", | ||
... | ... |
publish-to-backend.ps1
0 → 100644
src/assets/outline/cluster.svg
0 → 100644
src/assets/outline/video-camera.svg
0 → 100644
Please
register
or
sign in
to comment