VuePluginM1
A Vue.js Plugin
Installation
npm install --save vue-plugin-m1
Usage
Bundler (Webpack, Rollup)
// You need a specific loader for CSS files like https://github.com/webpack/css-loader Vue
Browser
<!-- Include after Vue -->
Development
Launch visual tests
npm run dev
Launch Karma with coverage
npm run dev:coverage
Build
Bundle the js and css of to the dist
folder:
npm run build