vue-blox-expressions
Version:
Adds scripting support to vue-blox.
21 lines (13 loc) • 651 B
Markdown
<img src="https://user-images.githubusercontent.com/2840242/214480114-5a51ab7d-fed8-4e01-97ed-639d086563e5.png" alt="VueBlox" width="200"/>
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:
```bash
npm install vue-blox-expressions
```
You will also need to install the peer dependency expr-eval:
```bash
npm install expr-eval
```
## Documentation
Please visit the vue-blox site at [vueblox.io](https://www.vueblox.io/docs/plugins/plugin-expressions.html) for up-to-date docs and examples.