[Vuejs]-How to integrate multiple Vue Js components into a legacy system?

0👍

Your best option on this is exploring custom elements, already supported by Vue 2 (Vue 3 is currently in progress).

Custom Elements aka webcomponents enables the possibility to integrate components inside any html page.

Check the following documentation: vue official doc for webcomponents and also official webcomponents documentation official webcomponents documentation

Leave a comment