mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-28 14:41:34 +00:00
353 B
353 B
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