AdamEisfeld / vue-blox

Render custom Vue components from regular JS objects at runtime. Bind reactive properties from your components to variables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueBlox

Coverage Badge Netlify Status

Vue Blox is a light-weight plugin for Vue 3 that allows you to render regular Javascript objects as Vue components, complete with reactive bound props, nested slots, mustache, and plugin support.

Installation

Vue Blox is available as a node package. For the latest stable version, run:

npm install vue-blox

Documentation

Please visit the vue-blox site at vueblox.io for up-to-date docs and examples.

About

Render custom Vue components from regular JS objects at runtime. Bind reactive properties from your components to variables.

License:MIT License


Languages

Language:Vue 56.8%Language:TypeScript 39.9%Language:JavaScript 2.9%Language:HTML 0.3%Language:CSS 0.1%