vue-disable-interpolation
v0.0.2
Published
Disable vue interpolation(mustache).
Downloads
4,050
Maintainers
Readme
vue-disable-interpolation
Disable interpolation (mustache style) of vue.
Install
node
npm install vue-disable-interpolation
Usage
Vue.use(VueDisableInterpolation)
Development
Setup
- gulp
npm install -g gulp
- xvfb (only no desktop environment.)
npm install
Release Build
$ gulp release
Test
$ gulp test
# with version (default 2.0.0)
$ VUE_VERSION=2.3.4 gulp test
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request (Please not include
dist/
files)