Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 659 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 659 Bytes

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

鸣谢