Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/nuxt3-kitchen-sink
An example template showing all Nuxt 3 features on Vercel.
https://github.com/vercel/nuxt3-kitchen-sink
nuxt vercel
Last synced: 25 days ago
JSON representation
An example template showing all Nuxt 3 features on Vercel.
- Host: GitHub
- URL: https://github.com/vercel/nuxt3-kitchen-sink
- Owner: vercel
- Created: 2022-08-11T14:16:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T17:12:50.000Z (8 months ago)
- Last Synced: 2025-01-14T13:24:37.398Z (about 1 month ago)
- Topics: nuxt, vercel
- Language: Vue
- Homepage: https://nuxt3-kitchen-sink.vercel.app/
- Size: 783 KB
- Stars: 71
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Kitchen Sink Template
This template is an open-source, customizable template built with Nuxt 3 and Tailwind CSS. It showcases how all Nuxt 3 features work with zero configuration on Vercel.
Look at the [Nuxt 3 documentation](https://nuxt.com) to learn more.
## Supported Features
- Server-Side Rendering (SSR)
- Server Routes
- Teleports
- Middleware
- Edge Rendering
- Nuxt Loading Indication
- `NuxtLink`
- `NuxtContent`
- Data Fetching## Deploy Your Own
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fnuxt3-kitchen-sink&project-name=nuxt3&repository-name=nuxt3&demo-title=Nuxt%203%20Kitchen%20Sink&demo-url=https%3A%2F%2Fnuxt3-kitchen-sink.vercel.app%2F&demo-image=https%3A%2F%2Fassets.vercel.com%2Fimage%2Fupload%2Fv1673746665%2Fnuxt3_pkwbk6.png)
## Development Server
Start the development server on http://localhost:3000
```bash
git clone https://github.com/vercel/nuxt3-kitchen-sink.git
cd nuxt3-kitchen-sink
pnpm i
pnpm dev
```