Please give us some advice on the introduction of jq plug-ins when the jq project is relocated to vue.

the entire project URL was made in jq at the beginning, but now it is necessary to render the nuxt.js. encapsulated by vue"s ssr on the server side. In the process of relocation, it was found that many grammar writing habits of the original project were a little difficult to transform into vue grammar, and some even did not know how to change it into vue grammar.

because of the time of the project, I would like to ask if you can directly introduce the plug-in of jq into vue, so that the project can be rectified very quickly, but it is said on the Internet that you do not recommend or do not use jq, because using vue violates the idea of the original framework. So I would like to ask you, if you use vue to introduce the jq plug-in, will there be pits and so on, such as loading? Conflict?

can I first use the jq plug-in to complete the relocation of the project, realize the nuxt server rendering of vue, and then correct the syntax later if I have time? Or will it be more convenient and suitable to correct vue grammar while moving?

do not hesitate to teach crabs. And I wish you all a happy New Year"s Day!


https://stackoverflow.com/que.


introduce jQuery into vue . I don't think so, at least I haven't touched it. It's pretty smooth.
using vue is not recommended because the development thinking of the two is different, and this is said in order to avoid code logic confusion .
but there is no problem with the transition from existing jQuery projects to vue, and still introducing jQuery,. After all, projects that use jQuery are usually accompanied by plug-ins that rely on jQuery , and it takes time to replace with vue and native js . Temporary introduction, followed by slow replacement is more in line with the actual scene.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7bc375-26d94.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7bc375-26d94.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?