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

https://github.com/nerdocs/vue-cli-plugin-extensions

Vue CLI plugin for adding vue-extensions to your project
https://github.com/nerdocs/vue-cli-plugin-extensions

extensions plugins vue

Last synced: about 2 months ago
JSON representation

Vue CLI plugin for adding vue-extensions to your project

Awesome Lists containing this project

README

          

# vue-cli-plugin-extensions

This is a plugin for [Vue CLI](https://cli.vuejs.org) to add [Vue extensions](https://github.com/nerdocs/vue-extensions) to your app easily.

Just install it with

```bash
vue add extensions
```

The plugin adds the dependency to your application and modifies a few files (namely *main.js*, and creates a *plugins* directory).
You will be prompted for whether you want to add example plugin content - so you have a simple working plugin to start with.