w3champions / website

The webpage for the www.w3champions.com community project.
48 stars 56 forks source link

Add Vite to project #734

Closed gustav87 closed 6 months ago

gustav87 commented 6 months ago

@Rotzbua Hi, I continued your work with adding Vite to the project. I'm not getting the error that was mentioned in https://github.com/w3champions/website/issues/577, nor can I remember how that happened.

It looks pretty good locally right now, and when building locally. Do you know anything else we need to add here?

gustav87 commented 6 months ago

We remove the Vuetify dateTimePicker, because it causes issues. The app can't run when I do yarn dev, because it cannot resolve the path of the DateTimePicker. It's only used when creating tournaments in the admin panel, which is a rare occurrence for now. We will replace it with something else.

Rotzbua commented 6 months ago

Awesome work 👍 Since my initial PR vite 5 was released. I tested it locally.