An open API service indexing awesome lists of open source software.

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

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
```