A
A
Alexey Zuykov2019-09-09 06:10:14
Vue.js
Alexey Zuykov, 2019-09-09 06:10:14

Is it possible to just include vuejs as jquery?

More specifically. It is necessary to implement one block on a regular site (regular shared hosting), it is easier to do it on View. Is it possible to simply connect the script of the View itself + the executable script on the page and make it work the same way as it is done with jQuery (wrote a script, connected the library and norms)? Or will it not work without a server with a node?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2019-09-09
@alexey_zuykov

although it is not very clear why, but it is possible without problems.

I
Igor, 2019-09-09
@igorhak

You can, and this is basically described in the documentation for Vue in Russian, but these are completely different frameworks. Vue works with a virtual DOM that builds inside a given element, then you can manipulate them, JQuery with the real DOM by manipulating those elements.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question