| name | slug | description | framework | useCase | css | database | deployUrl | demoUrl | relatedTemplates | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Vercel Postgres + Nuxt Starter |
postgres-nuxt |
Simple Nuxt template that uses Vercel Postgres as the database. |
Nuxt |
Starter |
Tailwind |
Vercel Postgres |
|
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheck out the deployment documentation for more information.