Vue-Lightning is a UI framework for Lightning Renderer built with VueJS Custom Renderer. It allows you to declaratively construct lightning nodes with reactive primitives.
Coming soon - check out the solid one Solid TMDB Demo App
Let me know if you get this working :-) play.vuejs.org
not here yet...
import { createApp } from '@lightningjs/vue';
import App from './App.vue';
createApp(App);