https://github.com/voku/planet-ubuntuusers-app
a little app made via ionicframework.com
https://github.com/voku/planet-ubuntuusers-app
Last synced: 6 months ago
JSON representation
a little app made via ionicframework.com
- Host: GitHub
- URL: https://github.com/voku/planet-ubuntuusers-app
- Owner: voku
- License: other
- Created: 2014-06-22T23:15:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:40:34.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T08:33:15.873Z (over 1 year ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is an addon starter template for the [Ionic Framework](http://ionicframework.com/).
## How to use this template
*This template does not work on its own*. It is missing the Ionic library, and AngularJS.
To use this, either create a new ionic project using the ionic node.js utility, or copy and paste this into an existing Cordova project and download a release of Ionic separately.
### With the Ionic tool:
Take the name after `ionic-starter-`, and that is the name of the template to be used when using the `ionic start` command below:
```bash
$ sudo npm install -g ionic cordova
$ ionic start myApp tabs
```Then, to run it, cd into `myApp` and run:
```bash
$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios
```Substitute ios for android if not on a Mac, but if you can, the ios development toolchain is a lot easier to work with until you need to do anything custom to Android.
## Demo
http://plnkr.co/edit/qYMCrt?p=preview## Issues
Issues have been disabled on this repo, if you do find an issue or have a question consider posting it on the [Ionic Forum](http://forum.ionicframework.com/). Or else if there is truly an error, follow our guidelines for [submitting an issue](http://ionicframework.com/contribute/#issues) to the main Ionic repository. On the other hand, pull requests are welcome here!