Merge branch 'main' into renovate/yanhao98-composite-actions-digest
This commit is contained in:
4
.vscode/extensions.json
vendored
4
.vscode/extensions.json
vendored
@ -2,6 +2,8 @@
|
||||
"recommendations": [
|
||||
"Vue.volar",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode"
|
||||
"esbenp.prettier-vscode",
|
||||
"simonhe.common-intellisense",
|
||||
"antfu.file-nesting"
|
||||
]
|
||||
}
|
||||
|
23
README.md
23
README.md
@ -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#如何建立一个最小重现)
|
||||
|
Reference in New Issue
Block a user