I am a participant in an car-sharing-project offered by my municipality. The software that is used to book the car is good and working. But as far as I found out, it is technically outdated and it feels a bit slow.
I want to rebuild the software and make it feel fast.
I'm using Vue.js under the hood and setup the project based on an vue-cli template.
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build