https://github.com/akryum/vue-cli-plugin-demo
A demo plugin for Vue CLI 3
https://github.com/akryum/vue-cli-plugin-demo
Last synced: 12 months ago
JSON representation
A demo plugin for Vue CLI 3
- Host: GitHub
- URL: https://github.com/akryum/vue-cli-plugin-demo
- Owner: Akryum
- Created: 2018-11-23T13:37:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T08:55:01.000Z (over 7 years ago)
- Last Synced: 2025-03-17T07:21:57.194Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://slides.com/akryum/create-a-vue-cli-plugin
- Size: 179 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-plugin-demo
Very simple [vue cli 3](https://github.com/vuejs/vue-cli) plugin.
Install deps:
```
yarn
```
Add it in a vue cli project:
```
yarn add vue-cli-plugin-demo@file:../path-to-the-plugin
```
Invoke it:
```
vue invoke demo
```
After making changes, refresh it in the project:
```
yarn --force
```