EPFL-ENAC / LASUR-swiss-proximity

ACTIVITY SCHEDULING AND RHYTHMIC STYLE: A MULTI-DAY MODELLING OF MOBILITY HABITS
https://swiss-proximity-test.epfl.ch/
GNU General Public License v3.0
3 stars 0 forks source link

Refactor to vue3 #48

Closed pierreleripoll closed 1 year ago

pierreleripoll commented 1 year ago

Refactor app to vue3 Made by creating a new vue3 project with create-vuetify and then moving all previous vue 2.7 (with composition API so nothing to change for composents themselves) to the new repo

Build time was up 20s when using dev server, now down to 400 ms

pierreleripoll commented 1 year ago

Also I removed old files not used anymore, such as hexagons CSV files or h3/d3 dependencies etc, thats why there is -900 000 lines of code