1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript4,095 forks (4,095 forks)batch import
good first issuepr welcome
Repository metrics
- Stars
- 24,286 stars (24,286 stars)
- PR merge metrics
- Avg merge 2d 3h (Avg merge 2d 3h)2 merged PRs in 30d (2 merged PRs in 30d)
Description
description
In a huge project, there may be some verbose asset files that may be forgotten to be deleted. It's helpful for developers if the dev tool can find them.
Contributor guide
- Research direction
- Explore the existing codebase to understand how assets are managed and identify patterns for detecting unused assets. Look for existing utilities in the devtools that scan files or resources. Consider integrating with build systems or file watchers to track asset usage.
- Tech stack
- typescriptvuenodejs
- Domain
- frontenddeveloper experience
- Issue type
- Feature
- Prerequisites
- TypeScriptVue.jsGit