0.2.1 • Published 4 years ago

vue-cli-plugin-extensions v0.2.1

Weekly downloads
69
License
MIT
Repository
github
Last release
4 years ago

vue-cli-plugin-extensions

This is a plugin for Vue CLI to add Vue extensions to your app easily.

Just install it with

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.