Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/netlify-templates/nuxt-starter
- Owner: netlify-templates
- License: mit
- Created: 2024-12-20T14:09:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:19:57.000Z (16 days ago)
- Last Synced: 2025-01-29T14:26:26.152Z (16 days ago)
- Topics: landing-page, netlify, nuxt, nuxt-content, nuxtjs, tailwind-css, tailwindcss, tailwindcss-v4
- Language: Vue
- Homepage: https://demo-nuxt-starter.netlify.app/
- Size: 748 KB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).