README
Yeoman generator for ionic-project-framework.
Reinstall:
$ npm uninstall -g generator-ionic-project-framework
$ npm install -g generator-ionic-project-framework
Installation
First, install Yeoman and generator-ionic-project-framework using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-ionic-project-framework
Then generate your new project:
yo ionic-project-framework
Generate controller:
yo ionic-project-framework:controller
- Then input your project_name (Most of time ,you can use the default one) and controller name;
DON'T forget paste the ROUTE.MD to your own index.route.js.
Generate component:
yo ionic-project-framework:component
Then input your project_name (Most of time ,you can use the default one) and component name;
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © tony
source
MIT © feizheng