https://github.com/airen3339/daybookapp
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: airen3339
- Language: TypeScript
- Default Branch: master
- Size: 2.55 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 3 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
README.md
DayBookApp
Ionic2构建的一款流水账记录App。
服务端 GitHub 请点击DayBook
效果预览







启动说明
DayBookApp运行需要API服务器资源支持,服务端代码请查看DayBook。
- 服务器启动完成后,
需要修改App中服务起访问地址,src/providers/http-service.ts文件修改API服务器访问地址
hostUrl:string = "http://192.168.1.1:9971";
修改成功后,运行命令
ionic serve
浏览器打开http://localhost:8100即可打开浏览器看到效果。
http://localhost:8100/ionic-lab可以看到android、IOS、WP的效果
构建Android App
ionic platform add android
ionic build android
运行以上两条命令,提示成功后,在DayBookApp/platforms/android/build/outputs/apk目录下会生成android apk应用。然后可以安装到手机~
Owner
- Login: airen3339
- Kind: user
- Repositories: 187
- Profile: https://github.com/airen3339
GitHub Events
Total
Last Year
Dependencies
package.json
npm
- @ionic/app-scripts 1.3.0 development
- typescript ~2.2.1 development
- @angular/common 4.0.0
- @angular/compiler 4.0.0
- @angular/compiler-cli 4.0.0
- @angular/core 4.0.0
- @angular/forms 4.0.0
- @angular/http 4.0.0
- @angular/platform-browser 4.0.0
- @angular/platform-browser-dynamic 4.0.0
- @ionic-native/core ^3.6.1
- @ionic-native/dialogs ^3.6.1
- @ionic-native/splash-screen 3.4.2
- @ionic-native/status-bar 3.4.2
- @ionic/storage 2.0.1
- chart.js ^2.5.0
- ionic-angular 3.0.1
- ionicons 3.0.0
- ng2-charts ^1.5.0
- rxjs 5.1.1
- sw-toolbox 3.4.0
- ts-md5 ^1.2.0
- zone.js ^0.8.4