-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we pass args to cordova run/build commands? #20
Comments
Hmmm, I'm asking myself how the command api should look like, because currently the args are passed to the vue cli service... |
I mean these arguments: Should we drop support for them and pass all the arguments to cordova? |
In the issue they are also talking about a build.json, maybe this is a temporary solution, until they release their new major ios version... |
You right. It works great with this build.json file in src-cordova dir:
Should we wait for a solution or to add this file to the generator to solve the issue? |
I prefer if the vue plugin doesn't handle all the special cordova stuff... In fact, the problem is, that, in the long term, you can't come arround to know how cordova works, how you add plugins, configure your config.xml etc... Nevertheless, having the possibility of having args is maybe a good idea, however as mentioned, how would you distinct between args passed to vue serve/build and cordova run/build ? After thinking about this, maybe we can add some sort of -interactive flag to vue, which then prompts the user to add args, before executing cordova run/build |
We need to pass a buildFlag argument according to this Cordova ios issue: apache/cordova-ios#407
The text was updated successfully, but these errors were encountered: