this is a template of cordova form webpack + vue + framework7 ,easy to create a cordova web project!
this template base on cordova template
What things you need to install the software and how to install them
npm install cordova -g
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.
just run like:
npm run dev
for local environment develop;
just run like by dll way:
npm run dll & npm run build
This project is licensed under the MIT License - see the LICENSE.md file for details
- cordova template
- webpack
- vue
- framework7