Merge branch 'main' into renovate/yanhao98-composite-actions-digest
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m33s
/ playwright (push) Successful in 2m52s
/ depcheck (push) Successful in 1m28s

This commit is contained in:
2024-10-14 10:00:54 +08:00
2 changed files with 14 additions and 13 deletions

View File

@ -2,6 +2,8 @@
"recommendations": [
"Vue.volar",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
"esbenp.prettier-vscode",
"simonhe.common-intellisense",
"antfu.file-nesting"
]
}

View File

@ -9,7 +9,7 @@ curl -fsSL https://get-pnpm.oo1.dev/install.sh | sh -
iwr https://get-pnpm.oo1.dev/install.ps1 -useb | iex
# 安装依赖
pnpm install --registry=https://verdaccio.1-h.cc
pnpm install --registry=https://r-npm.oo1.dev
# 启动服务
pnpm run dev
@ -26,21 +26,20 @@ pnpm run dev
ln -s $(which pnpm) $HOME/.local/bin/pnpm
```
###
## Links
- [Performance API优化页面性能](https://juejin.cn/post/7238779568478552122)
- [vitepress-theme-demoblock](https://www.npmjs.com/package/vitepress-theme-demoblock)
- [Vite PWA](https://vite-pwa-org-zh.netlify.app/guide/)
---
- https://juejin.cn/post/7238779568478552122
- https://www.npmjs.com/package/vitepress-theme-demoblock
- https://doc.houdunren.com
- https://pengyyyyy.github.io/blog/work/me.html
---
- https://biomejs.dev/zh-cn/internals/language-support/
- https://github.dev/antfu-collective/vitesse/
- https://doc.houdunren.com
- https://pengyyyyy.github.io/blog/work/me.html
- https://vue3.chengpeiquan.com/
---
- https://vite-pwa-org-zh.netlify.app/guide/
- [Vue3 入门指南与实战案例](https://vue3.chengpeiquan.com/)
- [如何建立一个最小重现](https://antfu.me/posts/why-reproductions-are-required-zh#如何建立一个最小重现)