1.0.0 • Published 9 months ago

ncs-ui v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

cs-ui

启动

pnpm dev

打包

pnpm  build

发布

pnpm publish

更新依赖

pnpm update cs-ui

git commit 的使用

ctrl + shift + p 呼出输入 show git commit template

scripts 说明

prepare 脚本会在 npm install(不带参数)之后自动执行。也就是说当我们执行 npm install 安装完项目依赖后会执行 husky install 命令,该命令会创建.husky/目录并指定该目录为 git hooks 所在的目录。