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