Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 466 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 466 Bytes

Pseudo_distribution-Database

基于Vue3, koa的伪分布式数据库管理站点

/server & /client 安装依赖

npm install
yarn install

/server & /client 运行开发环境

npm run dev
yarn dev

/server & /client 项目打包

npm run build
yarn build

Lints and fixes files

npm run lint 
yarn lint

Customize configuration

See Configuration Reference.