I understand you, I also hate these bloated frameworks, but it was better than trying to write the full UI myself.

you can probably just clone branle, delete all quasar components and replace them with `

`, and replace quasar notifications with `console.log`.

Reply to this note

Please Login to reply.

Discussion

maybe it's better to create a new vue+vuex+vue-router project and copy-paste the database and store files from branle, then slowly build your new UI using only the data and actions you need.

yeah I understand why people use frameworks, it speeds up deployment without needind to focus on UI, but it would benefit the community if we have a bare-bones unopinionated base to work with. Will try to work towards this goal. I move slowly though..