All Projects → fraigo → vuetify-cordova

fraigo / vuetify-cordova

Licence: MIT license
App template for hybrid apps using Vue.js / Vuetify / Cordova

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to vuetify-cordova

cordova-plugin-1password
Plugin for adding 1Password App Extension into Cordova/PhoneGap Apps
Stars: ✭ 12 (-62.5%)
Mutual labels:  cordova, phonegap
cordova-plugin-exoplayer
Media player plugin for Cordova that uses Google's ExoPlayer
Stars: ✭ 48 (+50%)
Mutual labels:  cordova, phonegap
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (-40.62%)
Mutual labels:  cordova, phonegap
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 (+568.75%)
Mutual labels:  cordova, phonegap
Core CSS
This repo no more maintained! All features and components moved to Metro 4.
Stars: ✭ 36 (+12.5%)
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 (+612.5%)
Mutual labels:  cordova, phonegap
phonegap-template-vue-f7-tabs
A TabBar PhoneGap template using Vue.js and Framework7
Stars: ✭ 31 (-3.12%)
Mutual labels:  cordova, phonegap
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (+153.13%)
Mutual labels:  cordova, phonegap
cordova-plugin-amap
Amap Maps plugin for Cordova
Stars: ✭ 51 (+59.38%)
Mutual labels:  cordova, phonegap
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (+9.38%)
Mutual labels:  cordova, phonegap
Cordova Plugin Googlemaps
Google Maps plugin for Cordova
Stars: ✭ 1,647 (+5046.88%)
Mutual labels:  cordova, phonegap
cordova-plugin-zeep
Zip compression/decompression for the cordova/phonegap platform
Stars: ✭ 27 (-15.62%)
Mutual labels:  cordova, phonegap
Involt
Inject hardware interactions directly into HTML layout.
Stars: ✭ 128 (+300%)
Mutual labels:  cordova, phonegap
framework7-template-single-view
Deprecated! Framework7 single view starter app template
Stars: ✭ 34 (+6.25%)
Mutual labels:  cordova, phonegap
Intercom Cordova
Cordova/PhoneGap plugin for Intercom
Stars: ✭ 88 (+175%)
Mutual labels:  cordova, phonegap
docker-cordova
🗿 Docker image for Cordova (with Node.js & Android)
Stars: ✭ 72 (+125%)
Mutual labels:  cordova, phonegap
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (+106.25%)
Mutual labels:  cordova, phonegap
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (+137.5%)
Mutual labels:  cordova, phonegap
cordova-plugin-downloadmanager
A Cordova plugin to download file in system's default download manager
Stars: ✭ 45 (+40.63%)
Mutual labels:  cordova, phonegap
phonegap
PushBots' official module for Phonegap
Stars: ✭ 21 (-34.37%)
Mutual labels:  cordova, phonegap

vuetify-cordova

A VuetifyJs App template ready for Cordova App.

Web demo in https://fraigo.github.io/vuetify-cordova/www/

Android demo in https://build.phonegap.com/apps/3121691/share

Initial Setup

# install dependencies
npm install

# add respective platforms
cordova platform add android
cordova platform add ios

Build commands

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# create an Archive.zip package for Adobe Phonegap
npm run pack

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

# build for production and cordova build.
npm run cordova-build

# build for production and serve the app through the browser - no hot reload.
npm run browser


# build for production and serve the app on an iOS device
npm run ios

# build for production and serve the app on an android device (won't serve on a virtual device)
npm run android

# build for production and serve the app on an android device (will serve on a virtual device or physical device - prefers virtual)
npm run android-vm

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Command line tools

Cordova CLI

npm install -g cordova

PhoneGap Build CLI

npm install -g pgb-cli
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].