All Projects → phonegap → phonegap-template-vue-f7-tabs

phonegap / phonegap-template-vue-f7-tabs

Licence: Apache-2.0 license
A TabBar PhoneGap template using Vue.js and Framework7

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-tabs

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 (-45.16%)
Mutual labels:  cordova, phonegap, framework7, phonegap-templates, framework7-vue
Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+2451.61%)
Mutual labels:  cordova, phonegap, framework7
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (+145.16%)
Mutual labels:  cordova, phonegap, framework7
framework7-template-single-view
Deprecated! Framework7 single view starter app template
Stars: ✭ 34 (+9.68%)
Mutual labels:  cordova, phonegap, framework7
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (-38.71%)
Mutual labels:  cordova, phonegap, framework7
Awesome Cordova
📱 A curated list of amazingly awesome Cordova libraries, resources and shiny things.
Stars: ✭ 269 (+767.74%)
Mutual labels:  cordova, phonegap, framework7
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (+161.29%)
Mutual labels:  cordova, phonegap, framework7
cordova-plugin-1password
Plugin for adding 1Password App Extension into Cordova/PhoneGap Apps
Stars: ✭ 12 (-61.29%)
Mutual labels:  cordova, phonegap
Blinkid Cordova
ID scanning for cross-platform apps built with Cordova and Phonegap.
Stars: ✭ 44 (+41.94%)
Mutual labels:  cordova, phonegap
framework7-plugin-keypad
Keypad plugin extends Framework7 with additional custom keyboards
Stars: ✭ 72 (+132.26%)
Mutual labels:  cordova, framework7
Framework7 Plugin 3d Panels
Framework7 plugin to add 3d effect for side panels
Stars: ✭ 56 (+80.65%)
Mutual labels:  cordova, framework7
Cordova Plugin Getuisdk
个推官方提供的推送SDK PhoneGap(Cordova) 插件(支持 Android & iOS)
Stars: ✭ 65 (+109.68%)
Mutual labels:  cordova, phonegap
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (+112.9%)
Mutual labels:  cordova, phonegap
framework7-template-react
Deprecated! Framework7 React starter app template with hot-reload & css extraction
Stars: ✭ 105 (+238.71%)
Mutual labels:  cordova, framework7
docker-cordova
🗿 Docker image for Cordova (with Node.js & Android)
Stars: ✭ 72 (+132.26%)
Mutual labels:  cordova, phonegap
Cordova Plugin Tensorflow
On-device image recognition via TensorFlow/Inception. For Cordova/PhoneGap.
Stars: ✭ 51 (+64.52%)
Mutual labels:  cordova, phonegap
Cordova Plugin Linkedin
Cordova plugin for LinkedIn
Stars: ✭ 17 (-45.16%)
Mutual labels:  cordova, phonegap
Intercom Cordova
Cordova/PhoneGap plugin for Intercom
Stars: ✭ 88 (+183.87%)
Mutual labels:  cordova, phonegap
Involt
Inject hardware interactions directly into HTML layout.
Stars: ✭ 128 (+312.9%)
Mutual labels:  cordova, phonegap
Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (+1932.26%)
Mutual labels:  cordova, phonegap

A TabBar PhoneGap template using Vue.js and Framework7

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

example image

Getting Started

Prerequisites

To use this template, you'll need Node.js v5 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-tabs

or

phonegap create MyAppName --template phonegap-template-vue-f7-tabs

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

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