https://github.com/minsoo-web/qwitter
Quasar 연습 프로젝트
https://github.com/minsoo-web/qwitter
clone-coding practice quasar-framework vuejs
Last synced: about 2 months ago
JSON representation
Quasar 연습 프로젝트
- Host: GitHub
- URL: https://github.com/minsoo-web/qwitter
- Owner: minsoo-web
- Created: 2020-01-30T11:26:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T21:39:03.000Z (almost 3 years ago)
- Last Synced: 2025-11-21T16:04:42.314Z (4 months ago)
- Topics: clone-coding, practice, quasar-framework, vuejs
- Language: JavaScript
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qwitter
Quasar 로 만든 twitter 간단한 클론 프로젝트
유튜브 영상을 보며 따라 만들었습니다.
## 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://v1.quasar.dev/quasar-cli/quasar-conf-js).