README.md 656 B

安装必要的库

npm install

启动

<!-- 测试环境启动 具备热更新-->
npm run dev
<!-- 线上环境启动 -->
npm run prd

文档