Files
vue-ts-example/README.md
严浩 6007f6d9bc
All checks were successful
CI / cache-and-install (push) Successful in 1m38s
chro: Utils4uAutoImports
2024-09-13 12:05:51 +08:00

21 lines
474 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
```
###
---
- https://biomejs.dev/zh-cn/internals/language-support/
- https://github.dev/antfu-collective/vitesse/