0👍
You could take the transpiled, javascript bundle that Webpack creates for your Nuxt/Vuetify application and insert it into whatever webpage would use it. This would let you use the javascript you wrote where you need it on that existing site, but wouldn’t use it for any other pages.
If you don’t like that approach, however, <iframe>
s are always an option.
- [Vuejs]-Update item in array in Vue didn't update it in html but it updates value in cli
- [Vuejs]-Vue.js pass data to route using beforeRouteUpdate
Source:stackexchange.com