Subheading here
description here
This plugin requires that your project use Vuex
yarn add -D vue-plugin-template
# or
npm i -D vue-plugin-template
import Vue from 'vue';
import VuePluginTemplate from 'vue-plugin-template';
Vue.use(VuePluginTemplate);
yarn lint
yarn test
yarn build
- Fork the repository
- Create a new branch for each feature or improvement
- Send a pull request from each feature branch to the develop branch