Last active
February 8, 2017 19:57
-
-
Save jtechera/cbf13de16ff37fb6ad84490c2df19623 to your computer and use it in GitHub Desktop.
Ionic commands and tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment