a5ec941074229d56cd12af1001722f8b96818dc6
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://r-npm.oo1.dev
# 启动服务
pnpm run dev
Tips
Husky 遇到 command not found: husky
- https://typicode.github.io/husky/zh/troubleshoot.html#找不到命令-command-not-found
- https://typicode.github.io/husky/zh/how-to.html#node-版本管理器和-gui
ln -s $(which pnpm) $HOME/.local/bin/pnpm
Links
Description
Languages
JavaScript
95%
TypeScript
2.6%
Vue
2.2%
HTML
0.1%
SCSS
0.1%