Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 `.