I-GUIDE / catalog

The I-GUIDE Catalog is part of the I-GUIDE Platform and provides search, discovery, and dynamic interaction with resources created by or used by I-GUIDE researchers.
https://i-guide.io/platform/
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Vue 3 migration #127

Closed Maurier closed 5 months ago

Maurier commented 5 months ago

Migrates project to Vue 3.

Maurier commented 5 months ago

We are currently seeing some build error with this Vue 3 app.

image

Example discussion thread: https://github.com/vitest-dev/vitest/discussions/2677

This build error seems to be caused by vite-ssg failing to load CSS files in dependency tree. None of the solutions in discussed threads work for us.

And CI build is also failing, but probably because of mismatching Node versions. https://github.com/I-GUIDE/catalogapi/actions/runs/8900284053/job/24441510385?pr=127

TODO: