A new Vue.js webpack template to setup a Framework7 project with Cordova

webpack-mobile-f7

A new Vue Webpack template has been created, to create fast new projects with Cordova and Framework7.

Framework7 is a free and open source mobile HTML framework to develop hybrid mobile apps or web apps with iOS & Android native look and feel. It is also an indispensable prototyping apps tool to show working app prototype as soon as possible in case you need to.

Cordova helps you build mobile apps with HTML, CSS and JS and target multiple platforms with one code base

This template is a full-featured Webpack setup with Cordova, Framework7, hot-reload, lint-on-save, unit testing and CSS extraction.

Usage through the vue-cli:

npm install -g vue-cli
vue init AppointmentGuru/webpack-mobile-f7 my-project
cd my-project
npm install
npm run dev

The demo app running.

Check the repository on GitHub to see what's included.

Submitted by Christo Crampton, take a look at this tutorial of his, regarding this project.