Skip to content

本地开发

构建命令

开发环境

bash
npm run dev

生产环境预览

bash
npm run serve_prod

测试环境预览

bash
npm run serve_test

所有模式启动后都访问 http://localhost:3333

Released under the Apache-2.0 License.