The combination of vue project and JQ project

because the original project is written in JQ+gulp , I want to slowly change the project into a single-page application of vue . If you change it together, the risk is too great and the cycle is too long, so what good ideas do you want to develop with the combination of the two?

Mar.21,2021

vue single-page app, now all you can find on the Internet is vue+webpack.

JQ+GULP

1. First of all, you have to replace GULP with webpack
2, and you need to make sure that other template engines are not used in the project. It is relatively easy to change. Vue is also a kind of template engine
3. The most troublesome thing is that jquery can easily operate DOM,vue, not
4, and the rest is business
.

has the problem been dealt with

Menu