1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00
2019-08-30 10:12:12 +08:00
..
2019-08-30 10:12:12 +08:00
2019-08-22 14:01:53 +08:00
2019-08-22 14:43:41 +08:00

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"
  }
}