lightning-vue
v0.0.1
Published
Lightning renderer for VueJS
Downloads
1
Maintainers
Readme
vue-lightning
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.
Documentation
Demo App
Coming soon - check out the solid one Solid TMDB Demo App
Playground
Let me know if you get this working :-) play.vuejs.org
Quick Start
not here yet...
Create an App
import { createApp } from '@lightningjs/vue';
import App from './App.vue';
createApp(App);