Awesome
Ionic project with CCA structure (Cordova Chrome App)
First steps
-
clone this repo
git clone git@github.com:felquis/ionic-cca.git && cd ionic-cca
-
Install cca version 0.5.0
npm install cca@0.5.0 -g
:warning: You must use CCA 0.5.0 to run this project
You may need to use sudo
to install with -g
flag
- Run
cca upgrade
If you see this question:
Warning: Upgrade will replace all files in platforms and plugins. Continue? [y/N] Answer Y and continue
- Install these plugins
cca plugin add org.apache.cordova.device && cca plugin add org.apache.cordova.console && cca plugin add com.ionic.keyboard
- Plug your Android device and run
cca run android --device
orcca emulate ios
Please, any error trying to startup this repo, file a issue.
Thanks!