DEV Community

Meir Gabay
Meir Gabay

Posted on

Vue3 + Quasar 2.1 + TypeScript Sample CRUD Application Project

Hi all,
I've been working on a Vue3 + Quasar 2.1 + TypeScript CRUD application.
I'm using AWS SSM Parameters API to test the application and it is being served with localstack so I can test the application locally. In case it's not clear, AWS SSM Parameters (served by localstack) is my local "backend server".

To run the application and test it immediately, you need to have Docker and Docker-Compose installed - that's it.

Project link @ GitHub - https://github.com/unfor19/aws-webui

Sidenote- I'm not a frontend developer, so it was quite tough, but eventually, it was a great experience.

Feel free to ask any questions

Latest comments (0)