PHEOBUSYY / cordova-template

the cordova template include vue2 webpack3 framework7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cordova-template for webpack3+vue2+framework7

this is a template of cordova form webpack + vue + framework7 ,easy to create a cordova web project!

Getting Started

this template base on cordova template

Prerequisites

What things you need to install the software and how to install them

npm install cordova -g

Installing

clone this project to your local

git clone https://github.com/PHEOBUSYY/cordova-template.git

then create a new cordova project like this :

cordova create hello com.example.hello HelloWorld --template cordova-template

enter the local path hello and install the npm package:

npm install

wait until all package installed.

Usage

just run like:

npm run dev

for local environment develop;

Deployment

just run like by dll way:

npm run dll & npm run build

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • cordova template
  • webpack
  • vue
  • framework7

About

the cordova template include vue2 webpack3 framework7


Languages

Language:JavaScript 77.2%Language:CSS 11.0%Language:HTML 9.8%Language:Vue 2.0%