Closed j0hannesr0th closed 6 years ago
Just discovered there is a up-to-date working template: https://github.com/caiobiodere/cordova-template-framework7-vue-webpack
On the offical page https://framework7.io/templates/ is written it uses framework7 v2 but in fact it uses v3.
I try to setup a new project with the latest cordova version.
Steps to reproduce:
app compiles correctly and starts in emulator.
Now delete all files in the www folder. Afterwards download latest framework7-template-vue-webpack as a zip https://github.com/framework7io/framework7-template-vue-webpack/archive/master.zip
Unzip the downloaded file and place all downloaded files in the before mentioned www folder.
Open a shell inside the www folder and run
It will fail with the following error:
Did I forget to do something or is this a bug?