Update .npmrc to replace npm registry URL
All checks were successful
CI / cache-and-install (push) Successful in 2m57s

This commit is contained in:
严浩
2024-09-25 18:24:11 +08:00
parent 8af97fb677
commit 2f17fbfe0c
4 changed files with 545 additions and 544 deletions

View File

@ -1,6 +1,21 @@
# vue-ts-example
This template should help get you started developing with Vue 3 in Vite.
## 开发
```bash
# 安装 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