0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Vue34 forks (34 forks)auto 404
DesignGithelp wanted💡 Feature🚶🏻♀️ Priority low
Repository metrics
- Stars
- 452 stars (452 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Description
Showing a progress bar of cloning the repository.
Links
Related issues/PR
Contributor guide
- Research direction
- Look at the git js library clone method to see if it emits progress events. If not, consider using the 'git' command line with ' progress' and parsing output, or use a library like 'nodegit' that provides progress callbacks. Then update the Vue component to display a progress bar based on received events.
- Tech stack
- vue
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- VueGit