Skip to content

nerdocs/vue-cli-plugin-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.