reposense / RepoSense

Contribution analysis tool for Git repositories
https://reposense.org
MIT License
238 stars 153 forks source link

Replace Vue CLI with Vite #2176

Open sopa301 opened 3 months ago

sopa301 commented 3 months ago

What feature(s) would you like to see in RepoSense

Replace Vue CLI with Vite. There are many benefits to doing so.

Is the feature request related to a problem?

If possible, describe the solution

Install Vite and remove Vue CLI.

Additional context

Migration guide.

2143 for more information and things to take note of.

ckcherry23 commented 3 months ago

Do we need create-vue if we are migrating from an existing project instead of creating a starter boilerplate? Maybe the title should be "Replace Vue CLI with Vite" instead?

ckcherry23 commented 1 month ago

Let's ensure the Vite migration allows the RepoSense report to be deployed on GitHub pages (see #2202).

Since GitHub pages deployment seems to be an integral part of the RepoSense workflow, it may be worth setting up tests for the deployment itself.