mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
296 B
296 B
Vant Cli
Install
NPM
npm i @vant/cli -D
YARN
yarn add @vant/cli --dev
Commands
Build Changelog
vant-cli changelog ./name.md
Commit Lint
"husky": {
"hooks": {
"commit-msg": "vant-cli commit-lint"
}
}