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 install
quasar dev
yarn run dev
# or
npm run dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
yarn run build
# or
npm run build