xielq 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
..
config 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
src 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
static 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
test 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
webpack 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
.babelrc 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
.editorconfig 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
.eslintignore 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
.eslintrc.js 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
.gitignore 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
.postcssrc.js 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
README.md 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
build.gradle 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
index.html 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
package.json 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans
yarn.lock 9c8408d625 从商场同步最新账户中心代码 il y a 3 ans

README.md

sso-manage-console-web

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

If npm run dev failed, please downgrade webpack-dev-server:

# Remove webpack-dev-server, webpack-dev-server@2.9.10 is issue.
yarn remove webpack-dev-server

# Add webpack-dev-server@2.9.1
yarn add webpack-dev-server@2.9.1 --dev

# serve with hot reload at localhost:8080
yarn run dev

Bootstrap sample http server, after run yarn run build. Test whether building success.

# build project
yarn run build

# using python3 for testing
python -m http.server

Deploy

Build vue project, and copy outputs to Java Backend

gradle :sso-manage-console-web:npmRunBuild

# Package spring boot application
gradle build

For a detailed explanation on how things work, check out the guide and docs for vue-loader.