Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felquis/ionic-cca
https://github.com/felquis/ionic-cca
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/felquis/ionic-cca
- Owner: felquis
- Created: 2014-11-17T17:39:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T12:40:37.000Z (about 10 years ago)
- Last Synced: 2024-11-06T12:20:50.701Z (2 months ago)
- Language: JavaScript
- Size: 1.41 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ionic project with CCA structure (Cordova Chrome App)
## First steps
1. clone this repo `git clone [email protected]:felquis/ionic-cca.git && cd ionic-cca`
1. Install cca version 0.5.0 `npm install [email protected] -g`
> :warning: You must use CCA 0.5.0 to run this projectYou may need to use `sudo` to install with `-g` flag
1. Run `cca upgrade`
If you see this question:
> Warning: Upgrade will replace all files in platforms and plugins. Continue? [y/N]
Answer Y and continue1. Install these plugins
```shell
cca plugin add org.apache.cordova.device && cca plugin add org.apache.cordova.console && cca plugin add com.ionic.keyboard
```1. Plug your Android device and run `cca run android --device` or `cca emulate ios`
Please, any error trying to startup this repo, [file a issue](https://github.com/felquis/ionic-cca/issues).
Thanks!