https://github.com/zyra/ionic-image-loader-example
Example of ionic-image-loader
https://github.com/zyra/ionic-image-loader-example
ionic2
Last synced: about 1 month ago
JSON representation
Example of ionic-image-loader
- Host: GitHub
- URL: https://github.com/zyra/ionic-image-loader-example
- Owner: zyra
- Created: 2016-10-13T00:14:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T22:59:55.000Z (over 6 years ago)
- Last Synced: 2025-01-21T05:27:10.134Z (3 months ago)
- Topics: ionic2
- Language: HTML
- Size: 2.54 MB
- Stars: 12
- Watchers: 6
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-image-loader-example
Example of [ionic-image-loader](https://github.com/zyramedia/ionic-image-loader)To use the app:
1. Clone/download this repo
2. Run `git submodule init && git submodule update`
3. Run `npm install` to install dependencies
4. Run `ionic state reset` to restore the plugins
5. Add a platform of your choice. Example: `ionic platform add android`
6. Run the app on a device or an emulator. `ionic run android`