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