All Projects → BelinChung → Hiapp

BelinChung / Hiapp

Licence: mit
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:

Projects that are alternatives of or similar to Hiapp

Awesome Cordova
📱 A curated list of amazingly awesome Cordova libraries, resources and shiny things.
Stars: ✭ 269 (-65.99%)
Mutual labels:  framework7, phonegap, cordova
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (-93.68%)
Mutual labels:  cordova, phonegap, hybrid-apps
framework7-template-single-view
Deprecated! Framework7 single view starter app template
Stars: ✭ 34 (-95.7%)
Mutual labels:  cordova, phonegap, framework7
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (-89.76%)
Mutual labels:  framework7, phonegap, cordova
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (-97.6%)
Mutual labels:  cordova, phonegap, framework7
Corber
CLI for building hybrid apps with Ember/Vue/Glimmer/Cordova
Stars: ✭ 327 (-58.66%)
Mutual labels:  hybrid-apps, phonegap, cordova
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (-90.39%)
Mutual labels:  framework7, phonegap, cordova
phonegap-template-vue-f7-tabs
A TabBar PhoneGap template using Vue.js and Framework7
Stars: ✭ 31 (-96.08%)
Mutual labels:  cordova, phonegap, framework7
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 (-97.85%)
Mutual labels:  cordova, phonegap, framework7
cordova-plugin-flurryanalytics
Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
Stars: ✭ 23 (-97.09%)
Mutual labels:  cordova, phonegap
daftarkaryaku
daftar beragam karyaku . . .
Stars: ✭ 26 (-96.71%)
Mutual labels:  cordova, phonegap
Cordova Admob Pro
🔥 Cordova Plugin for Google AdMob, DFP, ADX. Easy monetization using mobile Ad, with single line of JavaScript. Compatible with Cordova CLI, Inoic, PhoneGap Build, etc.
Stars: ✭ 690 (-12.77%)
Mutual labels:  phonegap, cordova
Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (-91.66%)
Mutual labels:  cordova, hybrid-apps
cordova-swift3-plugin-example
Swift 3 Cordova plugin example to support blog post.
Stars: ✭ 23 (-97.09%)
Mutual labels:  cordova, phonegap
CNBlogApp
博客园Vue客户端
Stars: ✭ 51 (-93.55%)
Mutual labels:  cordova, hybrid-apps
vuetify-cordova
App template for hybrid apps using Vue.js / Vuetify / Cordova
Stars: ✭ 32 (-95.95%)
Mutual labels:  cordova, phonegap
cordova-plugin-zeep
Zip compression/decompression for the cordova/phonegap platform
Stars: ✭ 27 (-96.59%)
Mutual labels:  cordova, phonegap
ionic-multi-camera
Take multiple photos one after another
Stars: ✭ 12 (-98.48%)
Mutual labels:  cordova, phonegap
Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (-20.35%)
Mutual labels:  phonegap, cordova
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (+1993.55%)
Mutual labels:  phonegap, cordova

HiApp

A simple and interesting Framework7 hybrid app.With Cordova you can easily convert it to native iOS app.

React Native

HiApp is also written in React Native. BelinChung/react-native-hiapp

Unlike Cordova, React Native provides bindings for native UI controls which totally outclass HTML-based hybrid solutions. so it is simple to write high-performance UI by React Native.

Build Tools

HiApp use different build tools to build the same project, Hope it will helps you select a suitable build tool.

Requirements

  • cordova ^9.0.0
  • framework7 ^4.5.0
  • framework7-vue ^4.5.0

To build and run apps, you need to install SDKs for each platform you wish to target.
To check if you satisfy requirements for building the platform:

$ cordova requirements

Requirements check results for ios:
Apple macOS: installed darwin
Xcode: installed 10.3
ios-deploy: installed 1.9.4
CocoaPods: installed 1.7.5

Dependencies

HiApp use npm to manage third-party packages now.

Then install all dependencies, in repo's root:

$ npm install 

Cordova App Guides

Install the cordova as globally.

$ npm install cordova -g

1. Create App

Go to the directory where you maintain your source code, and run a command such as the following:

$ cordova create hiapp com.hiapp.hiapp HiApp

2. Check out source code

Because the Cordova app directory should not already exist, so check out the HiApp source code in this step.

$ cd hiapp  
$ git init   
$ git remote add origin https://github.com/BelinChung/HiApp.git  
$ git fetch  
$ git reset --hard origin/master  

3. Add Platforms

Before you can build the project, you need to specify a set of target platforms.

$ cordova platform add ios --save

4. Add Plugins

You need to add plugins that provide access to core Cordova APIs.

$ cordova plugin add cordova-plugin-whitelist cordova-plugin-statusbar cordova-plugin-camera cordova-plugin-geolocation cordova-plugin-file-transfer cordova-plugin-inappbrowser cordova-plugin-network-information

5. Build the App

Run the following command to iteratively build the project:

$ npm run build
$ cordova build ios

6. Test the App on an iOS Device with Xcode

  • Using the command
$ cordova run ios
  • Using the Xcode

Double-click to open the platforms/ios/HiApp.xcodeproj file

Press the Run button to deploy the application in the emulator or iOS device

Web App Guides

1. Preview

HiApp use webpack browser sync server to develop, Just run it in repo's root:

$ npm run serve

Web app will be available on http://localhost:3000/

2. Release

$ npm run build

The result is available in www/ folder.

Demo

https://hi.dearb.me/

License

Copyright (c) 2016 - 2019 Belin Chung. MIT Licensed, see LICENSE for details.

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].