|
|
2 月之前 | |
|---|---|---|
| .. | ||
| bin | 1 年之前 | |
| src | 5 月之前 | |
| README.md | 6 月之前 | |
| build.config.ts | 1 年之前 | |
| package.json | 2 月之前 | |
| tsconfig.json | 1 年之前 | |
一个 Shell 脚本工具集合,用于 Vue Vben Admin 项目的开发和管理。
# 使用 pnpm 安装
pnpm add -D @vben/vsh
# 或者使用 npm
npm install -D @vben/vsh
# 或者使用 yarn
yarn add -D @vben/vsh
# 全局安装
pnpm add -g @vben/vsh
# 使用 vsh 命令
vsh [command]
# 在 package.json 中添加脚本
{
"scripts": {
"vsh": "vsh"
}
}
# 运行命令
pnpm vsh [command]
vsh check-deps: 检查项目依赖vsh scan-circular: 扫描循环依赖vsh publish-check: 检查包发布配置