win版本环境+UI背景样式调整
Showing
README.md
0 → 100644
This diff is collapsed.
... | ... | @@ -4,11 +4,10 @@ |
"license": "UNLISENCED", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --aot --host 0.0.0.0", | ||
"start": "ng serve --open", | ||
"build": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile/ --deploy-url https://cdn02.moecube.com:444/mobile/ && npm run fuck", | ||
"build:dev": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile2/ --deploy-url https://cdn02.moecube.com:444/mobile2/ && npm run fuck", | ||
"fuck": "patch -i service-worker.patch dist/ngsw-worker.js", | ||
"postinstall": "patch -i webpack.patch -p0 -t", | ||
"lint": "ng lint" | ||
}, | ||
"private": true, | ||
... | ... | @@ -31,8 +30,11 @@ |
"hammerjs": "^2.0.8", | ||
"lodash": "^4.17.10", | ||
"material-design-icons": "^3.0.1", | ||
"path": "^0.12.7", | ||
"raven-js": "^3.26.2", | ||
"rxjs": "^6.2.1", | ||
"stream": "^0.0.2", | ||
"timers": "^0.1.1", | ||
"webdav": "^1.5.2", | ||
"zone.js": "^0.8.26" | ||
}, | ||
... | ... |
Please register or sign in to comment