19 lines
426 B
Markdown
19 lines
426 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/
|