All Projects → isleofcode → Corber

isleofcode / Corber

Licence: mit
CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Corber

Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+141.9%)
Mutual labels:  hybrid-apps, phonegap, cordova
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (-84.71%)
Mutual labels:  cordova, phonegap, hybrid-apps
ember-cordova
CLI for Ember/Cordova/Crosswalk Applications
Stars: ✭ 16 (-95.11%)
Mutual labels:  ember, cordova, hybrid-apps
framework7-template-single-view
Deprecated! Framework7 single view starter app template
Stars: ✭ 34 (-89.6%)
Mutual labels:  cordova, phonegap
ellenorzo
Arisztokréta: Nem hivatalos KRÉTA-kompatibilis ellenőrző alkalmazás
Stars: ✭ 17 (-94.8%)
Mutual labels:  cordova, hybrid-apps
cordova-plugin-zeep
Zip compression/decompression for the cordova/phonegap platform
Stars: ✭ 27 (-91.74%)
Mutual labels:  cordova, phonegap
cordova-plugin-amap
Amap Maps plugin for Cordova
Stars: ✭ 51 (-84.4%)
Mutual labels:  cordova, phonegap
Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (-79.82%)
Mutual labels:  cordova, hybrid-apps
vuetify-cordova
App template for hybrid apps using Vue.js / Vuetify / Cordova
Stars: ✭ 32 (-90.21%)
Mutual labels:  cordova, phonegap
cordova-plugin-flurryanalytics
Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
Stars: ✭ 23 (-92.97%)
Mutual labels:  cordova, phonegap
CNBlogApp
博客园Vue客户端
Stars: ✭ 51 (-84.4%)
Mutual labels:  cordova, hybrid-apps
ionic-multi-camera
Take multiple photos one after another
Stars: ✭ 12 (-96.33%)
Mutual labels:  cordova, phonegap
phonegap
PushBots' official module for Phonegap
Stars: ✭ 21 (-93.58%)
Mutual labels:  cordova, phonegap
phonegap-template-vue-f7-split-panel
A Split View PhoneGap template using Vue.js and Framework7 that degrades to a Panel View on smaller devices
Stars: ✭ 17 (-94.8%)
Mutual labels:  cordova, phonegap
Core CSS
This repo no more maintained! All features and components moved to Metro 4.
Stars: ✭ 36 (-88.99%)
Mutual labels:  cordova, phonegap
cordova-swift3-plugin-example
Swift 3 Cordova plugin example to support blog post.
Stars: ✭ 23 (-92.97%)
Mutual labels:  cordova, phonegap
Cordova Plugin Native Keyboard
🎹 Add a Slack / WhatsApp - style chat keyboard to your Cordova app!
Stars: ✭ 271 (-17.13%)
Mutual labels:  phonegap, cordova
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (-89.3%)
Mutual labels:  cordova, phonegap
nuxt-cordova-app
📱 Nuxt JS (Vue JS) + Vuetify 2 SPA hybrid demo app built using Cordova
Stars: ✭ 48 (-85.32%)
Mutual labels:  cordova, hybrid-apps
daftarkaryaku
daftar beragam karyaku . . .
Stars: ✭ 26 (-92.05%)
Mutual labels:  cordova, phonegap

Corber Build Status

Corber is a CLI that improves the hybrid app build experience for Vue, Ember, Glimmer, and React apps using Cordova.

Corber handles framework and app builds and validations with a single command: corber build - without affecting existing web flows. The CLI also includes on-device livereload for development and utility functions for icons, plugins, and more. And when needed, it can proxy to the Cordova CLI.

It is a continuation of the ember-cordova project. ember-cordova users can find details here, and continue to access the existing ember addon and documentation. For migration instructions, see Migrating from Ember Cordova.

Installation

# Yarn
yarn global add corber

# NPM
npm install -g corber

Initialize Corber

  1. Change to your project directory.
  2. Run corber init.
  3. Select iOS and press space to select the platform.

Configure Your Project for Corber

Vue CLI 3

  1. Open vue.config.js. (Create file in project root if it doesn't exist. See Example Vue Config.)
  2. Require corber-webpack-plugin and assign it as CorberWebpackPlugin.
  3. Add new CorberWebpackPlugin() to the configureWebpack.plugins array.

For Vue CLI 2 or Non-Vue CLI, see Configure Vue CLI 2 or Non-Vue CLI projects.

Ember

  1. Open config/environment.js.
  2. Set locationType to hash.
  3. Update rootURL or baseURL to remove its leading slash, if it has one.

Extending Frameworks

Corber comes with built-in support for Vue, Ember, and React, but can be extended to work with the framework of your choice. See Extending Corber to Support Other Frameworks.

Run App on an Emulator with Live Reload

  1. Run corber start.
  2. Select an emulator.

Build, Flash, and Run App on Your Device

  1. Run corber build. (Ignore error code 65 error, signing will be set in step 3.)
  2. Run corber open to open the Xcode project.
  3. First Time Only: In Xcode, select the Project Navigator, select your project, and under Signing, set your Team.
  4. Connect your iPhone via its USB cable. (Accept the "Trust This Computer?" alert if prompted.)
  5. In Xcode, select your connected device in the toolbar.
  6. Press the Play button to flash and run the app on your device.

For Android builds see Android Setup. For full documentation, please visit corber.io.

Contributing

Pull requests are very welcome. You can read our style guides here.

If you are unsure about your contribution idea, please feel free to open an issue for feedback.

Find an issue with our documentation? All docs are hosted on this repo under the gh-pages branch.

Credits

Corber is maintained by Isle of Code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].