Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Vant Cli

Install

NPM

npm i @vant/cli -D

YARN

yarn add @vant/cli --dev

Commands

Build Changelog

vant changelog ./name.md

Commit Lint

"husky": {
  "hooks": {
    "commit-msg": "vant commit-lint"
  }
}