ws-cloud-admin 管理后台
github: https://github.com/tech-microworld/ws-cloud-admin
ws-cloud-gateway: https://github.com/tech-microworld/ws-cloud-gateway
# 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 for test environment
npm run build:stage
# build for production environment
npm run build:prod