|
2 年之前 | |
---|---|---|
.. | ||
build | 2 年之前 | |
config | 2 年之前 | |
doc | 2 年之前 | |
src | 2 年之前 | |
static | 2 年之前 | |
.babelrc | 2 年之前 | |
.editorconfig | 2 年之前 | |
.gitignore | 2 年之前 | |
.localized | 2 年之前 | |
.postcssrc.js | 2 年之前 | |
README.md | 2 年之前 | |
favicon.ico | 2 年之前 | |
index.html | 2 年之前 | |
package.json | 2 年之前 |
rebuilder tipdm-webapp structure project
# install dependencies
npm install
# serve with hot reload at localhost:8089
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
[tipdm-server] type = http local_port = 9600 use_encryption = true use_compression = true subdomain = tipdm-server
[tipdm-oauth] type = http local_port = 9682 use_encryption = true use_compression = true subdomain = tipdm-oauth
[tipdm-socket] type = http local_port = 9020 use_encryption = true use_compression = true subdomain = tipdm-socket
For a detailed explanation on how things work, check out the guide and docs for vue-loader.