您的位置: 首页 > 文章 > webstorm vue 项目卡顿现象 解决 webstorm vue 项目卡顿现象 解决 分类: 文章 • 2023-12-21 08:20:52 Settings – editor – File Types – –ignore files and folders 要忽略的文件添加 node_modules; 然后点击应用 在项目中点击node_modules – 右键 Mark Directory as – Excluded 执行之后 不卡顿啦 soso 的