sinneruy
2/7/2017 - 7:56 PM

Ionic commands and tools

Ionic commands and tools

INSTALL:
npm install -g cordova ionic

UNINSTALL:
npm uninstall -g ionic npm cache clean

START PROJECT:
ionic start --v2 myApp blank|tabs|sidemenu|tutorial

RUN IN LAB MODE
ionic serve --lab

RESTORE PROJECT
npm install
ionic state restore