AdamEisfeld / vue-blox-expressions

A plugin for Vue Blox adding support for runtime expression evaluations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueBlox

A plugin for Vue Blox that enables runtime scripting / expressions via the expr-eval npm package.

Installation

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

npm install vue-blox-expressions

You will also need to install the peer dependency expr-eval:

npm install expr-eval

Documentation

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

About

A plugin for Vue Blox adding support for runtime expression evaluations

License:MIT License


Languages

Language:TypeScript 75.8%Language:Vue 21.8%Language:HTML 1.5%Language:JavaScript 0.9%