@vuedc/vue-cli-plugin-init-example
v0.1.2
Published
Sample Vue CLI 3 Plugin for a VueDC Presentation
Downloads
228
Readme
VueDC Vue CLI 3 Plugin Example
This package was created as an example of pluging development for a VueDC presentation.
Usage
- Install Vue CLI 3
- 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
- Optionally, create a project using Vue CLI's remote preset functionality:
- 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