Files
vue-ts-example/README.md
严浩 f5a328d79f
All checks were successful
CI / cache-and-install (push) Successful in 1m23s
Husky 遇到 command not found: husky
2024-08-22 11:26:54 +08:00

13 lines
359 B
Markdown

# vue-ts-example
This template should help get you started developing with Vue 3 in Vite.
### 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
```shell
ln -s $(which pnpm) $HOME/.local/bin/pnpm
```