Skip to content

Commit

Permalink
docs(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pengkobe committed Nov 8, 2018
1 parent dfbffeb commit ba51e26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ commitizen init cz-conventional-changelog --save --save-exact
- [x] 开发流程与代码规范
- [x] git 流程管理
- [x] 持续集成脚本
- [ ]部署
- [ ] 部署
- [x] 运行环境介绍
- [x] 错误上报
- [x] http
Expand All @@ -40,12 +40,12 @@ commitizen init cz-conventional-changelog --save --save-exact
- [x] 断网检测
- [x] 本地通知
- [x] 远程推送
- [ ] Cordova 插件说明与示例
- [ ] NGRX
- [x] NGRX
- [ ] 技巧与工具
- [ ] 主题
- [ ] 用户行为
- [ ] Cordova 插件说明与示例
- [ ] 主题切换
- [ ] 常用组件
- [ ] 用户行为统计

## 运行环境介绍

Expand Down
9 changes: 7 additions & 2 deletions doc/tools.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
### VSCODE
# Tools

## VSCODE

推荐使用 VSCODE 作为开发工具,完善的生态,靠谱的开发团队,对 typescript 极其友好

### 谷歌控制台
### 插件推荐


## 谷歌控制台

使用谷歌控制台在开发时进行调试,只需要按下 F12, 选择对应的移动视图就 ok, 若需要对真机进行调试时,也可以直接使用谷歌 `chorome://inspect` 进行同步调试,之前微信跳一跳游戏自动点击小工具也是基于这样一个原理。

0 comments on commit ba51e26

Please sign in to comment.