xielq 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
..
config 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
src 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
static 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
test 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
webpack 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
.babelrc 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
.editorconfig 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
.eslintignore 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
.eslintrc.js 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
.gitignore 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
.postcssrc.js 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
README.md 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
build.gradle 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
index.html 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
package.json 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos
yarn.lock 9c8408d625 从商场同步最新账户中心代码 %!s(int64=3) %!d(string=hai) anos

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.