-
Notifications
You must be signed in to change notification settings - Fork 2
Application developer's Guide
natete edited this page Apr 18, 2016
·
7 revisions
$ sudo npm install -g ionic cordova yo
Then install in yout system Requionic generator:
$ sudo npm install -g generator-requionic
Whith this the the generator should be installed and ready to be used, type:
$ yo
check Requionic availibility.
Type command:
$ yo requionic YourApplicationName
#First steps
At this pount your application base code is ready to star new develpment. If you want to see it in action just type into your application folder
$ ionic serve
A browser window will be opened.
Into your application folder root type command:
$ yo requionic:module YourModuleName
Into your application folder root type command:
$ yo requionic:view