0.0.2 • Published 8 years ago
vue-disable-interpolation v0.0.2
vue-disable-interpolation
Disable interpolation (mustache style) of vue.
Install
node
npm install vue-disable-interpolationUsage
Vue.use(VueDisableInterpolation)Development
Setup
- gulp
npm install -g gulp
- xvfb (only no desktop environment.)
npm installRelease Build
$ gulp releaseTest
$ gulp test
# with version (default 2.0.0)
$ VUE_VERSION=2.3.4 gulp testContributing
- 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)