Skip to content

tech-microworld/ws-cloud-admin

Repository files navigation

ws-cloud-admin

ws-cloud-admin 管理后台

github: https://github.com/tech-microworld/ws-cloud-admin

ws-cloud-gateway: https://github.com/tech-microworld/ws-cloud-gateway

Build Setup

# clone the project
git clone https://github.com/tech-microworld/ws-cloud-admin

# enter the project directory
cd ws-cloud-admin

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:10001

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

鸣谢