Answer the question
In order to leave comments, you need to log in
How to use Vue for multipage sites?
I want to use Vue not for a SPA application, but for a multi-page site to create separate interactive elements on it. For example, in HTML (namely, in the HTML of the page, and not in the template application!) I write like this
<v-button>Кнопка на Vue</v-button>
<h1>Заголовок</h1>
<v-button>Кнопка 2 на Vue</v-button>
Answer the question
In order to leave comments, you need to log in
In addition to the above example: https://codepen.io/andreysh/pen/XOzPMW
For each page you create a separate application, on each page you include the corresponding js file
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question