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] =?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#如何建立一个最小重现)