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
- Host: GitHub
- URL: https://github.com/nyaomaru/nuxt-quasar-sample
- Owner: nyaomaru
- Created: 2024-04-18T09:25:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T23:37:49.000Z (8 months ago)
- Last Synced: 2025-01-17T15:52:24.201Z (4 months ago)
- Topics: nuxt, quasar, sample
- Language: Vue
- Homepage:
- Size: 2.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```