Hi all,
Just wondering if anyone could shine some light onto the purpose of framework7.json file. I’m using a Vue+Cordova setup and when using f7 CLI to install a plugin it only adds entries to package.json within cordova/ dir but never modified plugins:{} object within framework7.json. Just want to make sure the development process as intended by the framework rather than shooting myself into a foot by using it wrong.
- Is there a difference to using
f7 cordova plugin add ....to doing the same withincordova/dircordova plugin add ...? - What about adding removing platforms? Should I use f7 CLI of cordova CLI?
- Is it safe to modify
cordova/config.xml, wondering if it could be overwritten by some f7 cli step. - Use cases for when to modify
framework7.jsonand to what effect?
Thanks in advance for any help!