|
2 tahun lalu | |
---|---|---|
.. | ||
build | 2 tahun lalu | |
config | 2 tahun lalu | |
doc | 2 tahun lalu | |
src | 2 tahun lalu | |
static | 2 tahun lalu | |
.babelrc | 2 tahun lalu | |
.editorconfig | 2 tahun lalu | |
.gitignore | 2 tahun lalu | |
.localized | 2 tahun lalu | |
.postcssrc.js | 2 tahun lalu | |
README.md | 2 tahun lalu | |
favicon.ico | 2 tahun lalu | |
index.html | 2 tahun lalu | |
package.json | 2 tahun lalu |
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.