vue项目使用depcheck检查缺失的依赖

szc- / 2023-08-21 / 原文

1. 先npm i -g depcheck 全局安装depcheck;

2.检查项目依赖缺失运行:depcheck;