Files
vue-ts-example/README.md
gitea_1-h.cc c6883bf0b5
All checks were successful
/ depcheck (push) Successful in 1m46s
CI / build-and-deploy (push) Successful in 4m21s
更新 README.md
2024-10-11 18:46:04 +08:00

968 B

vue-ts-example

开发

# 安装 pnpm (macOS/Linux)
curl -fsSL https://get-pnpm.oo1.dev/install.sh | sh -
# 安装 pnpm (Windows Useing PowerShell)
iwr https://get-pnpm.oo1.dev/install.ps1 -useb | iex

# 安装依赖
pnpm install --registry=https://verdaccio.1-h.cc

# 启动服务
pnpm run dev

Tips

Husky 遇到 command not found: husky

ln -s $(which pnpm) $HOME/.local/bin/pnpm