@vuedc/vue-cli-plugin-init-example

Sample Vue CLI 3 Plugin for a VueDC Presentation

Usage no npm install needed!

<script type="module">
  import vuedcVueCliPluginInitExample from 'https://cdn.skypack.dev/@vuedc/vue-cli-plugin-init-example';
</script>

README

VueDC Vue CLI 3 Plugin Example

This package was created as an example of pluging development for a VueDC presentation.

Usage

  1. Install Vue CLI 3
  2. Create a Vue CLI 3 Project
    • Optionally, create a project using Vue CLI's remote preset functionality: vue create -p github:vuedc/vue-cli-3-walkthrough my-project
  3. Install and invoke this plugin in your project
vue add @vuedc/init-example

...or...

npm install @vuedc/vue-cli-plugin-init-example
vue invoke @vuedc/init-example

License

MIT