Skip to content

AdamEisfeld/vue-blox-mustache

Repository files navigation

VueBlox

A plugin for Vue Blox that enables Mustache templates within your views.

Installation

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

npm install vue-blox-mustache

You will also need to install the peer dependency mustache. At the time of writing, the latest npm version of mustache does not seem to build properly for browsers. You will need to either use a CDN to grab the script via regular <script> tags, or use version 4.1.0:

npm install mustache@4.1.0

Documentation

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

About

A plugin for Vue Blox adding mustache template support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published