@acato/plugin-template

This is a basic Vue plugin template, [documentation](https://vuejs.org/v2/guide/plugins.html) Usage: Vue.use(MyPlugin. { store })

Usage no npm install needed!

<script type="module">
  import acatoPluginTemplate from 'https://cdn.skypack.dev/@acato/plugin-template';
</script>

README

Vue plugin template

This is a basic Vue plugin template, documentation Usage: Vue.use(MyPlugin. { store })

Requirements

  • vue-cli $npm install -g @vue/cli

Setup Clone this repository, change the plugin name in package.json and install dependencies $ yarn install

Local development $ yarn serve

Build $ yarn build