[Update] 修改package.json
Showing
| ... | ... | @@ -4,7 +4,7 @@ |
| "license": "GPLv3", | ||
| "scripts": { | ||
| "ng": "ng", | ||
| "start": "ng serve --proxy-config proxy.conf.json", | ||
| "start": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0 --port 4200", | ||
| "build": "ng build --environment prod --base-href=/luna/ --deploy '/luna/'", | ||
| "test": "ng test", | ||
| "lint": "ng lint", | ||
| ... | ... | @@ -17,6 +17,7 @@ |
| "@angular/common": "5.2.0", | ||
| "@angular/compiler": "5.2.0", | ||
| "@angular/core": "5.2.0", | ||
| "@angular/flex-layout": "^5.0.0-beta.14", | ||
| "@angular/forms": "5.2.0", | ||
| "@angular/http": "5.2.0", | ||
| "@angular/material": "^5.1.1", | ||
| ... | ... | @@ -87,7 +88,7 @@ |
| "karma-coverage-istanbul-reporter": "1.3.3", | ||
| "karma-jasmine": "1.1.1", | ||
| "karma-jasmine-html-reporter": "0.2.2", | ||
| "node-sass": "^4.7.2", | ||
| "node-sass": "^4.9.0", | ||
| "protractor": "5.2.2", | ||
| "ts-node": "3.3.0", | ||
| "tslint": "5.9.1", | ||
| ... | ... |
Please
register
or
sign in
to comment