Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 481 Bytes

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.