๐Ÿ“ฆ J-Sek / vuetify-nuxt-example

๐Ÿ“„ README.md ยท 24 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24# Vuetify + Nuxt Boilerplate

Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install dependencies:

```bash
pnpm install
pnpm dev
```

Build the application for production:

```bash
pnpm build
pnpm preview
```

---

![Screenshot](./public/images/screenshot.png)