This is a simple Twitter clone made with Vue.js and Quasar framework.
- Quasar
- Vite
- Vue.js
- Vue Router
- Pinia
- Cloud FireStore
- typescript
This architecutre of this app is inspired by Domain-Driven Design and Clean architecture.
https://quasar-twitter.web.app/#/
yarn
# or
npm installquasar dev
yarn run dev
# or
npm run devyarn lint
# or
npm run lintyarn format
# or
npm run formatyarn run build
# or
npm run build