严浩 84ba3326ab
All checks were successful
/ depcheck (push) Successful in 1m36s
CI / build-and-deploy (push) Successful in 7m16s
简化依赖检查工作流,合并步骤以提高可读性
2024-10-11 16:05:51 +08:00
2024-09-27 18:06:59 +08:00
2024-08-04 11:34:25 +08:00
2024-09-27 12:05:00 +08:00
2024-09-27 12:05:00 +08:00
2024-08-14 11:26:12 +08:00
2024-09-26 12:09:51 +08:00
2024-09-27 12:05:00 +08:00
2024-08-30 14:16:26 +08:00
2024-10-10 20:21:14 +08:00
2024-09-27 17:00:00 +08:00
2024-08-30 13:05:01 +08:00
2024-08-04 11:34:25 +08:00
2024-08-04 11:34:25 +08:00
2024-08-04 11:34:25 +08:00
2024-09-27 18:06:59 +08:00

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


Description
No description provided
https://vue-ts-example.oo1.dev/
Readme 10 MiB
Languages
JavaScript 95%
TypeScript 2.6%
Vue 2.2%
HTML 0.1%
SCSS 0.1%