A
A
Alexander Shapoval2018-09-02 12:04:43
Apache Cordova
Alexander Shapoval, 2018-09-02 12:04:43

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

2 answer(s)
A
Alexander Shapoval, 2018-11-22
@sanek_os9

There is a ready solution + vuetify in addition https://github.com/vuetifyjs/cordova

E
evgeniynikiforov, 2018-11-21
@evgeniynikiforov

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 question

Ask a Question

731 491 924 answers to any question