AdamEisfeld / vue-blox-mustache

A plugin for Vue Blox adding mustache template support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 69.2%Language:Vue 25.5%Language:HTML 3.3%Language:JavaScript 2.0%