vue-blox-expressions
v0.2.2
Published
Adds scripting support to vue-blox.
Downloads
3
Maintainers
Readme
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.