Skip to content
/ vgen Public

Vue plugin template generator with Rollup, PostCSS and CSS Modules

License

Notifications You must be signed in to change notification settings

v-comp/vgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vgen(vue-plugin-generator)

A vue@2 standalone component generator, simple yet helpful, with Rollup, PostCSS and CSS Modules.

Note that the verison of vue should at least be 2.1.5 when compileTemplate is true.

Usage: vgen <command>
vgen <component name>
vgen --version
vgen --help

Install

yarn global add vgen
# or
npm install vgen -g