-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Vue CLI with Vite #2176
Comments
Do we need |
Move from Vue CLI to Vite Vue CLI has been put on maintenance mode and its dependencies have security issues that have not been fixed for a while. Switching to Vite also allows us to introduce Vitest for our unit testing. Let's install Vite and remove Vue CLI.
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. |
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?
vue/component-compiler-utils
(a dependency of Vue CLI) has a few security issues that have yet to be resolved and is unlikely to be resolved soon.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.
The text was updated successfully, but these errors were encountered: