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.
- Host: GitHub
- URL: https://github.com/brickgale/nuxt-dashboard
- Owner: brickgale
- Created: 2025-04-08T04:55:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-04T17:14:03.000Z (9 months ago)
- Last Synced: 2025-05-21T01:16:21.679Z (8 months ago)
- Topics: dashboard, drizzle-orm, nuxt-ui, nuxt3, tailwindcss, vue3
- Language: Vue
- Homepage:
- Size: 357 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.