kevin185@foxmail.com 1eb0e511b7 修改joblib的引入方式 2 jaren geleden
..
build 4b0af9e8a8 first commit 2 jaren geleden
config 4b0af9e8a8 first commit 2 jaren geleden
doc 4b0af9e8a8 first commit 2 jaren geleden
src 8dae4e79a8 计划合并配置文件 2 jaren geleden
static 1eb0e511b7 修改joblib的引入方式 2 jaren geleden
.babelrc 4b0af9e8a8 first commit 2 jaren geleden
.editorconfig 4b0af9e8a8 first commit 2 jaren geleden
.gitignore 4b0af9e8a8 first commit 2 jaren geleden
.localized 4b0af9e8a8 first commit 2 jaren geleden
.postcssrc.js 4b0af9e8a8 first commit 2 jaren geleden
README.md 4b0af9e8a8 first commit 2 jaren geleden
favicon.ico 4b0af9e8a8 first commit 2 jaren geleden
index.html 4b0af9e8a8 first commit 2 jaren geleden
package.json 4b0af9e8a8 first commit 2 jaren geleden

README.md

Before starting you must start the backend and mock-oauth-server

tipdm-webapp

rebuilder tipdm-webapp structure project

Build Setup

# 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.