From 5f5cb8a95184c063d8b8dd4b0bee330364f1c085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 09:43:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md=20[no=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ae62fcf..5b9f18f 100644 --- a/README.md +++ b/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/ \ No newline at end of file +- [Vue3 入门指南与实战案例](https://vue3.chengpeiquan.com/) +- [如何建立一个最小重现](https://antfu.me/posts/why-reproductions-are-required-zh#如何建立一个最小重现) From 8c461eb432f035d479d6b9739980c4cce30c0b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 09:59:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20VSCode=20=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E6=8E=A8=E8=8D=90=E5=88=97=E8=A1=A8=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20common-intellisense=20=E5=92=8C=20file-nesting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 93ea3e7..e1958cb 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,6 +2,8 @@ "recommendations": [ "Vue.volar", "dbaeumer.vscode-eslint", - "esbenp.prettier-vscode" + "esbenp.prettier-vscode", + "simonhe.common-intellisense", + "antfu.file-nesting" ] }