phonegap / phonegap-template-vue-f7-blank

A blank PhoneGap template using Vue.js and Framework7
Apache License 2.0
33 stars 14 forks source link

Updated template to latest versions of everything #11

Closed OndrejValenta closed 6 years ago

OndrejValenta commented 7 years ago

npm run build builds the template just super green cordova add platform android / cordova run android is also ok phonegap build ok as well

Android Simulator result here: image

devgeeks commented 7 years ago

Is there a reason why there are also so any formatting/stylistic changes (indentation, semicolons, etc) as well as removing some of the linting?

OndrejValenta commented 7 years ago

Is there? I just replaced whole lines in package.json and replaced all text in build configuration scripts. I think that's the reason. I took the configuration scripts from existing vuejs projects based on vue-cli and did not touch them at all, just copy-paste them.

OndrejValenta commented 7 years ago

So according to this https://stackoverflow.com/questions/44206782/do-i-commit-the-package-lock-json-file-created-by-npm-5 The lock file is supposed to be commited and that's what made so many changes

devgeeks commented 6 years ago

Thanks so much for this, but since i took so long to follow up, this has gotten out of sync. :(

I'll update everything in a new PR very soon.

OndrejValenta commented 6 years ago

No problem.. :-)