Answer the question
In order to leave comments, you need to log in
Vue + cordova optimal development process?
Hello everyone, help optimize the development process, now the scheme is as follows, the application is in the ./www directory, in the same place actually ./www/node_modules. When I build apk ./www/node_modules, I have to move it to the root of the project so that this folder does not get into the archive.
What can you think of to avoid having to do this?
I tried to make a symbolic link ln -s $ ln -s <SOURCE> <LINK_NAME>, which did not help.
Link to the project https://github.com/freelaxdeveloper/mobile-vue-app
Answer the question
In order to leave comments, you need to log in
There is a ready solution + vuetify in addition https://github.com/vuetifyjs/cordova
I usually drop the vue project into the cordova project directory and edit package.json I
set up the build in www
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question