Files
vue-ts-example/README.md
严浩 5a16b62008
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 2m54s
/ surge (push) Successful in 3m4s
/ playwright (push) Successful in 1m27s
/ lint-build-and-check (push) Successful in 5m26s
chore(docs): add .gitattributes section to README and remove redundant content
2025-04-24 10:29:35 +08:00

1.1 KiB

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://nexus.oo1.dev/repository/npm

# 启动服务
pnpm run dev