可视化前端功能

This commit is contained in:
inrgihc
2021-08-31 22:40:04 +08:00
parent fd4f71af81
commit 36c2ce123c
217 changed files with 10336 additions and 2260 deletions

View File

@@ -0,0 +1,21 @@
# dbswitch-admin-ui
## 一、介绍
基于Vue.js 2.0编写的dbswitch操作管理web端。
## 二、构建
``` bash
# 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
```