/ionic-mobile1-skeleton-project

Tabs based Ionic Project using Mobile1 Cordova skeleton

Primary LanguageJavaScript

ionic-mobile1-skeleton-project

Tabs based Ionic Project using Mobile1 Cordova skeleton

How do I start?

- Simply trade the 'www' folder inside this project for your own. - If you're using bower run bower install - If you're using gulp or any other node module run npm install - The cordova plugins must be added by hand using cordova plugin add {plugin-name}

Creating your own project

- Create a new mfp cordova project using mfp cordova create - Create a new Ionic projeto using ionic start myApp tabs - Copy the index.js file from /www/js to /www/js - Trade de www folder inside de Mfp Cordova project for the Ionic www folder inside the project you just created
  • Paste the index.js file inside the /www/js
  • Done! :)