geokaragiannis / TheoShop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample PhoneGap Template for Framework7+Vue

A PhoneGap template for the Framework7+Vue Simple Template. Check out this associated blog post for details about using PhoneGap with Vue.js.

Quick Start

PhoneGap CLI

$ phonegap create myVueApp --template https://github.com/hollyschinsky/phonegap-template-framework7-vue
$ cd myVueApp
$ phonegap serve

or

$ open www/index.html

Cordova CLI

$ cordova create myVueApp --template https://github.com/hollyschinsky/phonegap-template-framework7-vue
$ cd myVueApp
$ open www/index.html

This template includes the required Framework7, Vue and Cordova setup to help you get started quickly. It's targeted at beginners who want to start exploring Framework7 + Vue without the distraction of a complicated development environment. For advanced features such as asset compilation, hot-reload and CSS extraction, check out the more experienced developers use one of the other templates: Framework7 Vue Webpack Template or Framework7 Vue Browserify Template.

Check out the Framework7+Vue.js documentation for full details on the sample app code.

About


Languages

Language:Java 31.6%Language:HTML 26.9%Language:Objective-C 26.6%Language:JavaScript 9.8%Language:CSS 2.5%Language:Batchfile 2.5%Language:Shell 0.2%