We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e7b6c commit 78430b6Copy full SHA for 78430b6
README.md
@@ -15,6 +15,7 @@
15
- Babel预编译(ES6、SCSS等),和异步组件实现路由懒加载
16
- ESlint代码质量控制,所有代码编写必须按照标准规范才能通过编译,并避免一些低级错误
17
- 本地开发服务器会监听文件修改,自动编译和刷新浏览器
18
+- 前端mock数据,无需等待后端接口实现
19
- 测试服务器自动部署deploy(需要在服务器上启动一个node写的接收脚本:[file-receiver](https://github.com/xiaoping6688/file-receiver))
20
21
@@ -37,3 +38,4 @@ npm test
37
38
npm run update
39
```
40
41
+
static/img/screenshot.png
197 KB
0 commit comments