Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/blank-ionic-cordova-sqlite-test
https://github.com/brodycj/blank-ionic-cordova-sqlite-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brodycj/blank-ionic-cordova-sqlite-test
- Owner: brodycj
- Created: 2016-06-28T17:20:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T19:50:22.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T00:17:09.481Z (6 months ago)
- Language: JavaScript
- Size: 2.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blank-Ionic-Cordova-SQLite-test
Very simple Cordova-sqlite-storage test/demo app in Ionic, based on blank template
License: MIT
## Installation
- git clone
- within this directory do `ionic platform add `
- then you can use `ionic build` and/or `ionic run` to try this app on your emulator or device## NOTES and TODO(s)
- This app uses the normal "window" alert function which is *not* supported by the Windows platform. TODO: use dialog plugin instead
- The necessary plugins were added with the `--save` option and tracked in `config.xml`. The plugins should be installed properly by `ionic platform add `.