Files
vue-ts-example/README.md
严浩 2f17fbfe0c
All checks were successful
CI / cache-and-install (push) Successful in 2m57s
Update .npmrc to replace npm registry URL
2024-09-25 18:24:11 +08:00

731 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