0.0.1 • Published 1 year ago

lightning-vue v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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

Universal Lightning Docs

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);
0.0.1

1 year ago