Created
September 13, 2016 20:59
-
-
Save awojtczyk/8d736d785f93f3afe4cbc67a3be77c25 to your computer and use it in GitHub Desktop.
This file contains 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
ionic start MyFirstApp sidemenu --v2 | |
cd MyFirstApp | |
ionic g page Login | |
ionic g page Signup | |
ionic g page List | |
ionic g provider Data | |
ionic g provider ChecklistModel | |
ionic platform add ios | |
ionic platform add android | |
ionic plugin add https://github.com/litehelpers/Cordova-sqlite-storage | |
ionic plugin add cordova-plugin-statusbar | |
ionic plugin add cordova-plugin-splashscreen | |
ionic plugin add cordova-plugin-whitelist | |
<meta http-equiv="Content-Security-Policy" content="font-src 'self' data:; | |
img-src * data:; default-src * 'unsafe-eval' 'unsafe-inline'"> | |
ionic plugin add cordova-plugin-crosswalk-webview |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment