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

https://github.com/nyaomaru/nuxt-quasar-sample

Quasar with Nuxt
https://github.com/nyaomaru/nuxt-quasar-sample

nuxt quasar sample

Last synced: 2 months ago
JSON representation

Quasar with Nuxt

Awesome Lists containing this project

README

        

# Nuxt sample

The base template with Nuxt and Quasar. These pages are responsive.

## Get started 🚀

### 🐋 Docker

If you use docker, you can run `docker compose up -d` in the working directory.

```sh
docker compose up -d
```

Then you can access to `http://localhost:3000`

### 😺 Yarn

If you don't use docker, you need to run below command.

```sh
yarn
yarn dev
```