UNPKG

vue-blox-mustache

Version:
21 lines (13 loc) 834 B
<img src="https://user-images.githubusercontent.com/2840242/214479879-c6798db4-0f81-4bc0-8eb1-1fe6cb2dec26.png" alt="VueBlox" width="200"/> 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: ```bash 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: ```bash npm install mustache@4.1.0 ``` ## Documentation Please visit the vue-blox site at [vueblox.io](https://www.vueblox.io/docs/plugins/plugin-mustache.html) for up-to-date docs and examples.