Skip to content

Latest commit

 

History

History
21 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

21 lines (8 loc) · 341 Bytes

cordova-vue

This project just using cordova combine with vue to create app both ios and android platforms

If you want to take a look, please follow below steps:

1.first you need to confirm node and cordova is be installed

2.npm install

3.cordova platform add ios && cordova platform add android

4.webpack -p

5.cordova run ios