https://github.com/herudi/ionic_sqlite
Ionic Featuring SQLite Database
https://github.com/herudi/ionic_sqlite
Last synced: 30 days ago
JSON representation
Ionic Featuring SQLite Database
- Host: GitHub
- URL: https://github.com/herudi/ionic_sqlite
- Owner: herudi
- License: apache-2.0
- Created: 2016-01-01T04:03:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T04:44:38.000Z (over 9 years ago)
- Last Synced: 2025-03-31T19:51:11.705Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.66 MB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic Featuring SQLite
```
ionic start ionicSQLite blank
cd ionicSQLite
ionic platform add android
ionic platform add ios
cordova plugin add https://github.com/brodysoft/Cordova-SQLitePlugin.git
```
Just copy this project to ionicSQLite/www
add ng-cordova from bower
```
bower install ngCordova
```
and look like this on index.html
```html```
enjoy....