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