https://github.com/raggesilver/angry-nuxt
Angry Nuxt Template — UnoCSS, Shadcn, Drizzle ORM, Cloudflare, Nuxt Hub
https://github.com/raggesilver/angry-nuxt
cloudflare d1 drizzle-orm nuxt nuxt4 nuxt4-starter template
Last synced: about 1 month ago
JSON representation
Angry Nuxt Template — UnoCSS, Shadcn, Drizzle ORM, Cloudflare, Nuxt Hub
- Host: GitHub
- URL: https://github.com/raggesilver/angry-nuxt
- Owner: raggesilver
- Created: 2024-10-18T18:37:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-10T19:28:47.000Z (6 months ago)
- Last Synced: 2025-10-29T03:44:56.367Z (4 months ago)
- Topics: cloudflare, d1, drizzle-orm, nuxt, nuxt4, nuxt4-starter, template
- Language: Vue
- Homepage: https://angry-nuxt.raggesilver.com
- Size: 555 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angry Nuxt Template
This is a template for a Nuxt 4\* project.
> \* Nuxt 4 has not been released yet, but we already have feature flags and
> directory structure that are compatible with it.
## What is included?
- [x] Nuxt 4 compatible
- [x] Nuxt SEO
- [x] [UnoCSS](https://unocss.dev/) — Tailwind CSS compatible, but faster and more feature-rich
- [x] [Shadcn Vue](https://shadcn-vue.com) — Pre-configured Shadcn components
- Includes Zod and VeeValidate for fully typed forms
- [x] [Drizzle ORM](https://orm.drizzle.team) with Cloudflare D1
- Automatic migrations in development ✅
- [x] Prettier + ESLint
## Setup
```bash
npx nuxi@latest init --template raggesilver/angry-nuxt-template
```