Closed lcaprini closed 7 years ago
Please create empty www
folder in your project directory. Also please check this issue for detailed information about template.
Also, you need to create an app with this command:
cordova create your_app_dir your.domain.address "Your App Name" --template cordova-template-framework7-vue-webpack
Perfect! With empty www
folder the project is now a Cordova project.
I added
/www/*
!.gitkeep
so my www
folder remain in git repo but without dinamically created contents.
Thank you for your help.
-L
Hi, I created a cordova app with your template with cordova cli and after that I commit in my git repo. In a second PC I download sources with git's checkout, but when I try to execute any cordova cli command I've the following error:
To make it works I had to create a new cordova project ad after that I had to copy all files from my checkout to it, replacing all files (hooks, www, config.xml, ...)
There is another solution to "create" cordova app from your project folder?