File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1212
1313## [ What is CodeTracker?] ( http://1991421.cn )
1414
15- ** CodeTracker** 是利用wakatimek开放的API ,结合混合开发技术开发的APP,实现移动端可视化显示wakatime对于coding统计。
15+ ** CodeTracker** 是利用 ` wakatime ` 开放的API ,结合混合开发技术开发的APP,实现移动端可视化显示wakatime对于coding统计。
1616用开源的技术做开发的事,一方面练习技术,解手痒,一方面满足自己或者有同类需求的友人。
1717
1818时间匆匆流逝,其实我们做技术的更需要利用技术来了解自己的情况,而wakatime是个很好的工具,个人特别喜欢!
4040``` bash
4141# 初始化开发环境
4242
43- npm install -g ionic cordova
43+ $ npm install -g ionic cordova
4444
45- npm i
45+ $ npm i
4646
4747# 浏览器运行,http://localhost:8100
48- ionic serve
48+ $ ionic serve
4949
5050# 构建打包
51- ionic cordova build android --prod
51+ $ ionic cordova build android --prod
52+
53+ # 签名打包
54+ $ ionic cordova build android --prod --release
5255
5356# 开发环境真机运行
54- ionic cordova run android --livereload -c -s
57+ $ ionic cordova run android --livereload -c -s
5558
5659# 模拟器运行
57- ionic cordova emulate ios --livereload -c -s
60+ $ ionic cordova emulate ios --livereload -c -s
5861
5962```
6063## 入驻商店
Original file line number Diff line number Diff line change 44 "homepage" : " http://1991421.cn" ,
55 "private" : true ,
66 "scripts" : {
7- "clean" : " ionic-app-scripts clean" ,
87 "build" : " ionic-app-scripts build" ,
9- "ionic:build" : " ionic-app-scripts build" ,
10- "ionic:serve" : " ionic-app-scripts serve"
8+ "clean" : " ionic-app-scripts clean" ,
9+ "lint" : " ionic-app-scripts lint" ,
10+ "ionic:build" : " npm run build" ,
11+ "ionic:serve" : " npm run serve" ,
12+ "ionic:lint" : " npm run lint"
1113 },
1214 "dependencies" : {
1315 "@angular/common" : " 4.4.3" ,
You can’t perform that action at this time.
0 commit comments