0.1.2 • Published 6 years ago

@vuedc/vue-cli-plugin-init-example v0.1.2

Weekly downloads
206
License
MIT
Repository
github
Last release
6 years ago

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