Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netlify-templates/nuxt-starter

Nuxt Starter is a minimal template created for quick landing pages, built with Nuxt and Tailwind CSS.
https://github.com/netlify-templates/nuxt-starter

landing-page netlify nuxt nuxt-content nuxtjs tailwind-css tailwindcss tailwindcss-v4

Last synced: 1 day ago
JSON representation

Nuxt Starter is a minimal template created for quick landing pages, built with Nuxt and Tailwind CSS.

Awesome Lists containing this project

README

        

# Nuxt Starter

![Netlify + Nuxt Starter Preview](nuxt-starter-preview.jpg)

---

Nuxt Starter is a minimal template designed for creating quick landing pages, built with Nuxt and Tailwind CSS, and powered by Nuxt Content.

**View demo:** [https://demo-nuxt-starter.netlify.app/](https://demo-nuxt-starter.netlify.app/)

A customizable Nuxt starter using:

- [Nuxt](https://nuxt.com/) v3.x
- [Tailwind CSS](https://tailwindcss.com/) v4.x
- [Nuxt Content](https://content.nuxt.com/) support

| Prerequisites |
| :------------------------ |
| [Node.js](https://nodejs.org/) v20.9+. |
| (optional) [nvm](https://github.com/nvm-sh/nvm) for Node version management. |

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build

# generate static project
$ npm run generate
```

## Deploy to Netlify

Want to deploy immediately? Click this button

[![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/nuxt-starter)

Clicking this button will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify.

## Next Steps

Here are a few suggestions on what to do next if you're new to Netlify Visual Editor:

- Check [Nuxt on Netlify documentation](https://docs.netlify.com/frameworks/nuxt/).
- Check [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
- Check [Nuxt Content](https://content.nuxt.com/get-started/installation)

## Support

If you get stuck along the way, get help in our [support forums](https://answers.netlify.com/).