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

https://github.com/brickgale/nuxt-dashboard

🌱 Starter Nuxt Template with Auth and Dashboard made with Nuxt UI.
https://github.com/brickgale/nuxt-dashboard

dashboard drizzle-orm nuxt-ui nuxt3 tailwindcss vue3

Last synced: 7 months ago
JSON representation

🌱 Starter Nuxt Template with Auth and Dashboard made with Nuxt UI.

Awesome Lists containing this project

README

          

# Nuxt Starter Dashboard

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

## Getting Started

First time running dev environment:

```bash
docker-compose up --build
```

Run install npm for intellisense local development:

```
npm i
```

DB Migrations:

```
npm run db:generate
```

```
npm run db:migrate
```

Open http://localhost:3000 with your browser to see the result.