-
Notifications
You must be signed in to change notification settings - Fork 8
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
Migrate from vue cli to vite #176
Conversation
This looks good, I've had a play with it to try and break it and everything looks like it should be in working order. I might try to run it on the main server first, then we can merge it in completely. |
I used the build-stage action on the server, so dev.slmn.gg is live with it right now. It looks like Vue doesn't know that it's in developer mode, but the site does. I wonder if the stage building process can tell Vue to build in development mode so things are still accessible compared to the full prod build. |
I've force-enabled vue devtools in staging in 80899b5, i can take a look at fs next |
Nice stuff so far |
Recoloring works again after replacing jimp with image-js |
Looks great |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sending it
This PR migrates the slmn.gg frontend from vue-cli to vite by using this guide.
The main changes are:
VITE_
instead ofVUE_APP_
import.meta.env
instead ofprocess.env