Vue 3 Spline
Briefly

vue3-spline was created to facilitate developers in integrating Spline animations into their Vue 3 applications. vue3-spline serves as a Vue wrapper around the spline-runtime library, enriched with several additional features.
The most common use case is to register the component globally. // main.js import { createApp } from 'vue' import Vue3Spline from 'vue3-spline' createApp(App).use(Vue3Spline).mount('#app')
Nuxt 3 This is still experimental. Will be updated soon.
Read at Vue.js Feed
[
add
]
[
|
|
]