All Projects → phonegap → phonegap-template-vue-f7-split-panel

phonegap / phonegap-template-vue-f7-split-panel

Licence: Apache-2.0 license
A Split View PhoneGap template using Vue.js and Framework7 that degrades to a Panel View on smaller devices

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to phonegap-template-vue-f7-split-panel

phonegap-template-vue-f7-tabs
A TabBar PhoneGap template using Vue.js and Framework7
Stars: ✭ 31 (+82.35%)
Mutual labels:  cordova, phonegap, framework7, phonegap-templates, framework7-vue
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (+376.47%)
Mutual labels:  cordova, phonegap, framework7
framework7-template-single-view
Deprecated! Framework7 single view starter app template
Stars: ✭ 34 (+100%)
Mutual labels:  cordova, phonegap, framework7
Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+4552.94%)
Mutual labels:  cordova, phonegap, framework7
Awesome Cordova
📱 A curated list of amazingly awesome Cordova libraries, resources and shiny things.
Stars: ✭ 269 (+1482.35%)
Mutual labels:  cordova, phonegap, framework7
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (+11.76%)
Mutual labels:  cordova, phonegap, framework7
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (+347.06%)
Mutual labels:  cordova, phonegap, framework7
Onesignal Cordova Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
Stars: ✭ 214 (+1158.82%)
Mutual labels:  cordova, phonegap
Cordova Ionic Phonegap Branch Deep Linking Attribution
The Branch Cordova Ionic Phonegap SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
Stars: ✭ 228 (+1241.18%)
Mutual labels:  cordova, phonegap
cordova-plugin-1password
Plugin for adding 1Password App Extension into Cordova/PhoneGap Apps
Stars: ✭ 12 (-29.41%)
Mutual labels:  cordova, phonegap
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (+288.24%)
Mutual labels:  cordova, phonegap
framework7-template-react
Deprecated! Framework7 React starter app template with hot-reload & css extraction
Stars: ✭ 105 (+517.65%)
Mutual labels:  cordova, framework7
docker-cordova
🗿 Docker image for Cordova (with Node.js & Android)
Stars: ✭ 72 (+323.53%)
Mutual labels:  cordova, phonegap
Cordova Plugin Googlemaps
Google Maps plugin for Cordova
Stars: ✭ 1,647 (+9588.24%)
Mutual labels:  cordova, phonegap
Involt
Inject hardware interactions directly into HTML layout.
Stars: ✭ 128 (+652.94%)
Mutual labels:  cordova, phonegap
framework7-plugin-keypad
Keypad plugin extends Framework7 with additional custom keyboards
Stars: ✭ 72 (+323.53%)
Mutual labels:  cordova, framework7
Intercom Cordova
Cordova/PhoneGap plugin for Intercom
Stars: ✭ 88 (+417.65%)
Mutual labels:  cordova, phonegap
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (+105.88%)
Mutual labels:  cordova, phonegap
cordova-plugin-downloadmanager
A Cordova plugin to download file in system's default download manager
Stars: ✭ 45 (+164.71%)
Mutual labels:  cordova, phonegap
cordova-plugin-amap
Amap Maps plugin for Cordova
Stars: ✭ 51 (+200%)
Mutual labels:  cordova, phonegap

A Split View / Panel PhoneGap template using Vue.js and Framework7

Vue.js, Framework7, and Cordova / PhoneGap Template with Babel, Webpack and Hot Reloading

example image iOS example image android

Getting Started

Prerequisites

To use this template, you'll need Node.js v6 or newer.

Installation

To use this as a template, use Cordova 6.0.0+ and create a new project:

cordova create MyAppName --template=phonegap-template-vue-f7-split-panel

or

phonegap create MyAppName --template phonegap-template-vue-f7-split-panel

then

cd MyAppName
npm install

Run the app in the browser / simulator

Run this to start the development webpack server:

npm run dev

You can then open the app in your browser by visiting localhost:8080

Open it in the iOS Simulator by running (in another terminal):

cordova platform add ios or phonegap platform add ios

then

npm run cordova-run-ios

Or in the Android emulator with:

cordova platform add android or phonegap platform add android

then

npm run cordova-run-android

(both of which are just calling cordova run ios and cordova run android)

Build the app for production

To build the app without the development hot module reloading server:

npm run build-prod

After that, the normal Cordova / PhoneGap commands can be used such as phonegap serve, or cordova run ios, etc.

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