vue-blox-mustache
v0.4.2
Published
Adds mustache template support to vue-blox.
Downloads
23
Readme
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 [email protected]
Documentation
Please visit the vue-blox site at vueblox.io for up-to-date docs and examples.