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
- Host: GitHub
- URL: https://github.com/nerdocs/vue-cli-plugin-extensions
- Owner: nerdocs
- Created: 2019-12-14T23:59:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T09:59:30.000Z (over 6 years ago)
- Last Synced: 2025-09-19T01:30:15.133Z (9 months ago)
- Topics: extensions, plugins, vue
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.