An open API service indexing awesome lists of open source software.

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 연습 프로젝트

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).