From 7b89b526dd0a6004970f597ab303802d41a501e8 Mon Sep 17 00:00:00 2001 From: wenyongda Date: Thu, 10 Jul 2025 09:51:40 +0800 Subject: [PATCH] feat --- source/_posts/Vue.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_posts/Vue.md b/source/_posts/Vue.md index 99af9fc..caccd69 100644 --- a/source/_posts/Vue.md +++ b/source/_posts/Vue.md @@ -1832,6 +1832,10 @@ yarn build yarn remove pte-ui # 安装依赖 yarn add pte-ui@2.1.54 +# 查看缓存路径 +yarn cache dir +# 修改缓存路径 +yarn config set cache-folder "E:\\Yarn\\Cache" ```