Disable vue interpolation(mustache).
npm install vue-disable-interpolation
node
``shell`
npm install vue-disable-interpolation
`js`
Vue.use(VueDisableInterpolation)
- gulp
- npm install -g gulp
- xvfb (only no desktop environment.)
`shell`
npm install
`shell`
$ gulp release
`shell
$ gulp test
Contributing
1. Fork it
1. Create your feature branch (
git checkout -b my-new-feature)
1. Commit your changes (git commit -am 'Add some feature')
1. Push to the branch (git push origin my-new-feature)
1. Create new Pull Request (Please not include dist/` files)