GaragusoPD / cordova-vue-template

A flexible boilerplate for Apache Cordova and Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cordova-vue-template

A simple Cordova+Vue+Webpack customizable boilerplate.

Documentation

Usage

This is a project template for cordova cli. It is recommended to use npm 4+ for a more efficient dependency tree.

$ npm install -g cordova
$ cordova create my-project --template https://github.com/Aceix/cordova-vue-template
$ cd my-project
$ npm install
$ cordova platform add browser | android | ios
$ cordova build browser | android | ios
$ cordova run browser | android | ios

The development server will run on port 8000 by default.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with cordova:

About

A flexible boilerplate for Apache Cordova and Vue.

License:Other


Languages

Language:Java 38.0%Language:JavaScript 20.6%Language:Vue 19.6%Language:CSS 17.6%Language:HTML 4.3%