Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 502 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 502 Bytes

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