Vuesers is platform to view open source VueJS projects. The idea is to add in a dash of extremely light social media - so users can contribute to projects, get feedback and hopefully build up a nice little community of passionate VueJS dev's across the globe, helping each other out.
Vuesers is using AgileSeason for it's current roadmap / issue tracking. Agile Season is another open source VueJS project, check them out here
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Designs for the frontend are compressed, MVP's designed in Figma. They should serve as MVP only, additional improvement's and tweaks will come on a priority basis.
The client is a Vue3, Typescript project. I am attempting to learn Vue3 best practice, so feel free to feedback and improve, if there's a lesson to be learned.
npm install
npm run dev
npm run build
The Server is a simple Node Express app, it set's up endpoints to interact with an instance of Pocketbase. Again, I'm learning Pocketbase - so any improvements to implementations etc are welcome.
node app.js