vue-plugin-paulpflug-m1
A Vue.js project
Build Setup
# install dependencies
npm install
# compiles src/*.vue and builds a bundle for static linking
npm run build
# runs Karma with test/*.js
npm run test
# runs Karma with test/*.js and --auto-watch --reporters spec
npm run watch
# runs vue-dev-server with the content of dev/
npm run dev
# runs vue-dev-server with the content of dev/
# saving it under static/ and push it to gh-pages branch
npm run ghpages
# bumps version / runs test / build / git push / npm publish
npm version major/minor/patch
License
Copyright (c) 2016 Paul Pflugradt Licensed under the MIT license.