latest ui 08/06/2019 12:10:28
Showing
| ... | ... | @@ -4,10 +4,8 @@ |
| "scripts": { | ||
| "ng": "ng", | ||
| "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 ", | ||
| "remove-to": "rd /s /q D:\\projects\\supervise\\supervise\\src\\main\\resources\\static", | ||
| "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 \"", | ||
| "build": "ng build --prod --build-optimizer && npm run publish-to-backend ", | ||
| "publish-to-backend": "Powershell.exe -executionpolicy remotesigned -File publish-to-backend.ps1", | ||
| "test": "ng test", | ||
| "lint": "ng lint", | ||
| "e2e": "ng e2e" | ||
| ... | ... | @@ -27,7 +25,7 @@ |
| "@fortawesome/free-solid-svg-icons": "^5.9.0", | ||
| "angular2-baidu-map": "^4.7.0", | ||
| "core-js": "^2.5.4", | ||
| "ng-zorro-antd": "^7.2.0", | ||
| "ng-zorro-antd": "^7.5.1", | ||
| "ngx-color-picker": "^8.1.0", | ||
| "rxjs": "~6.3.3", | ||
| "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