OSU-Sustainability-Office / energy-dashboard

Oregon State University's energy dashboard.
https://dashboard.sustainability.oregonstate.edu
GNU General Public License v3.0
11 stars 0 forks source link

Migrate Vue-CLI to Vite #344

Closed brandovlee closed 3 months ago

brandovlee commented 4 months ago

Migrated from Vue-CLI to Vite which reduced the vulnerabilities from 150+ to ~65.

To-Do

s-egge commented 3 months ago

Things are looking good so far! The Vite build is much faster, and there are just a few small things to fix in addition to the SASS/Test issues you mentioned. I don't think we're running the frontend tests anywhere in the CI/CD pipeline from what I can tell, just the backend test, so we can probably do the SASS/Test issues in two separate PRs to keep this one manageable.