Wunschlistapp
This application uses Quasar which is based on Vue.js. You might need to prepare your environment to have npm and Quasar in place.
npm install
quasar dev
quasar build
See Configuring quasar.conf.js.
As I don't consider a wishlist a major concern for security, I don't update the project based on security issues in the dependencies (which do exist!).
If you use the wishlist for very private data, make sure you build it yourself and call quasar upgrade -i
before building the project.
Feel free to open an issue :)