[Vuejs]-Best way to make VueJS components in a client side

0👍

Now that I know a little bit more about VueJS, I found my question weird…

Well, we don’t have any JS loader so we have to load the html files (with the Vue component declared) in the main html file to be able to use it.

html code...

// import html file with component
// import html file with component

// use component

Leave a comment