https://github.com/espiramarvin/twitter-clone
Twitter Clone with Vuejs Quasar and Firebase
https://github.com/espiramarvin/twitter-clone
firebase quasar twitter twitter-clone vuejs
Last synced: about 2 months ago
JSON representation
Twitter Clone with Vuejs Quasar and Firebase
- Host: GitHub
- URL: https://github.com/espiramarvin/twitter-clone
- Owner: EspiraMarvin
- Created: 2021-03-10T14:20:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T07:10:35.000Z (about 4 years ago)
- Last Synced: 2025-07-26T06:03:29.287Z (11 months ago)
- Topics: firebase, quasar, twitter, twitter-clone, vuejs
- Language: Vue
- Homepage: https://twitter-clone-ten.vercel.app
- Size: 754 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Clone (qwitter) Firebase + Vuejs
## Install the dependencies
```bash
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
npm run lint
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).