Files
dbswitch/dbswitch-admin-ui
2022-07-03 00:58:34 +08:00
..
2021-09-04 23:05:00 +08:00
2021-08-31 22:40:04 +08:00
2022-07-03 00:58:34 +08:00
2021-08-31 22:40:04 +08:00
2021-08-31 22:40:04 +08:00
2021-08-31 22:40:04 +08:00
2021-08-31 22:40:04 +08:00
2022-03-03 21:05:55 +08:00
2022-03-03 21:05:55 +08:00
2021-09-04 23:05:00 +08:00

dbswitch-admin-ui

一、介绍

基于Vue.js 2.0编写的dbswitch操作管理web端。

二、构建

# 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

三、部署

执行npm run build命令后将dbswitch-admin-ui\dist目录生成的所有文件拷贝或替换到dbswitch-admin\src\main\resources目录下。然后直接使用mvn对整个dbswitch项目打包即可。