- src 为代码目录
- tests 单元测试目录
- components 公用组件目录
- img 静态资源图片
- less 公共样式文件
- pages 页面和业务组件
- community 社区相关业务包
- utils 公共库
- public 为静态资源文件夹
======================
# 安装
// 安装依赖
1. npm install
// 运行项目,运行在 localhost:3006(.env中更改)
2. npm run start
// 运行单元测试
3. npm run test