Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 779 Bytes

README.md

File metadata and controls

42 lines (36 loc) · 779 Bytes

StarWorld Tool Box ++

安装

npm install
yarn install

运行服务器

npm run serve
yarn run serve

构建项目

npm run build
yarn build

构建项目(开发环境)

npm run build:dev
yarn run build:dev