You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.3 KiB

  1. This is an addon starter template for the [Ionic Framework](http://ionicframework.com/).
  2. ## How to use this template
  3. *This template does not work on its own*. It is missing the Ionic library, and AngularJS.
  4. 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.
  5. ### With the Ionic tool:
  6. Take the name after `ionic-starter-`, and that is the name of the template to be used when using the `ionic start` command below:
  7. ```bash
  8. $ sudo npm install -g ionic cordova
  9. $ ionic start myApp sidemenu
  10. ```
  11. Then, to run it, cd into `myApp` and run:
  12. ```bash
  13. $ ionic platform add ios
  14. $ ionic build ios
  15. $ ionic emulate ios
  16. ```
  17. 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.
  18. ## Demo
  19. http://plnkr.co/edit/0RXSDB?p=preview
  20. ## Issues
  21. 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!