Update .npmrc to replace npm registry URL
All checks were successful
CI / cache-and-install (push) Successful in 2m57s
All checks were successful
CI / cache-and-install (push) Successful in 2m57s
This commit is contained in:
17
README.md
17
README.md
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user