https://github.com/nuxt/nuxt
The Intuitive Vue Framework.
https://github.com/nuxt/nuxt
csr framework full-stack hacktoberfest hybrid node nuxt server-rendering ssg ssr static-site-generator universal vue
Last synced: 7 days ago
JSON representation
The Intuitive Vue Framework.
- Host: GitHub
- URL: https://github.com/nuxt/nuxt
- Owner: nuxt
- License: mit
- Created: 2016-10-26T11:18:47.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T14:23:54.000Z (10 days ago)
- Last Synced: 2025-04-04T14:24:40.663Z (10 days ago)
- Topics: csr, framework, full-stack, hacktoberfest, hybrid, node, nuxt, server-rendering, ssg, ssr, static-site-generator, universal, vue
- Language: TypeScript
- Homepage: https://nuxt.com
- Size: 115 MB
- Stars: 56,693
- Watchers: 790
- Forks: 5,205
- Open Issues: 883
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.json
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-islands - Nuxt Islands
- awesome-ccamel - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
- awesome-starred-test - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
- awesome-starz - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
- awesome-starred - nuxt/nuxt - The Intuitive Vue Framework. (hacktoberfest)
- awesome - nuxt - safe, performant and production-grade full-stack web apps and websites with Vue 3. | an hour ago | ([TypeScript](#typescript))
- StarryDivineSky - nuxt/nuxt
- awesome - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
- jimsghstars - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
- awesome-arsenal - Nuxt - Vue 应用开发框架。 (武器库 / 前端)
- awesome - GitHub Repo
- awesome - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
- awesome - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
- AiTreasureBox - nuxt/nuxt - 04-07_56712_8](https://img.shields.io/github/stars/nuxt/nuxt.svg)|The Intuitive Vue Framework.| (Repos)
- my-awesome - nuxt/nuxt - stack,hacktoberfest,hybrid,node,nuxt,server-rendering,ssg,ssr,static-site-generator,universal,vue pushed_at:2025-04 star:56.7k fork:5.2k The Intuitive Vue Framework. (TypeScript)
README
[](https://nuxt.com)
# Nuxt
Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.
It provides a number of features that make it easy to build fast, SEO-friendly, and scalable web applications, including:
- Server-side rendering, Static Site Generation, Hybrid Rendering and Edge-Side Rendering
- Automatic routing with code-splitting and pre-fetching
- Data fetching and state management
- SEO Optimization and Meta tags definition
- Auto imports of components, composables and utils
- TypeScript with zero configuration
- Go fullstack with our server/ directory
- Extensible with [200+ modules](https://nuxt.com/modules)
- Deployment to a variety of [hosting platforms](https://nuxt.com/deploy)
- ...[and much more](https://nuxt.com) 🚀### Table of Contents
- 🚀 [Getting Started](#getting-started)
- 💻 [ Vue Development](#vue-development)
- 📖 [Documentation](#documentation)
- 🧩 [Modules](#modules)
- ❤️ [Contribute](#contribute)
- 🏠 [Local Development](#local-development)
- 🛟 [Professional Support](#professional-support)
- 🔗 [Follow Us](#follow-us)
- ⚖️ [License](#license)---
Use the following command to create a new starter project. This will create a starter project with all the necessary files and dependencies:
```bash
npm create nuxt
```> [!TIP]
> Discover also [nuxt.new](https://nuxt.new): Open a Nuxt starter on CodeSandbox, StackBlitz or locally to get up and running in a few seconds.Simple, intuitive and powerful, Nuxt lets you write Vue components in a way that makes sense. Every repetitive task is automated, so you can focus on writing your full-stack Vue application with confidence.
Example of an `app.vue`:
```vue
useSeoMeta({
title: 'Meet Nuxt',
description: 'The Intuitive Vue Framework.'
})
#app {
background-color: #020420;
color: #00DC82;
}```
We highly recommend you take a look at the [Nuxt documentation](https://nuxt.com/docs) to level up. It’s a great resource for learning more about the framework. It covers everything from getting started to advanced topics.
## 🧩 Modules
Discover our [list of modules](https://nuxt.com/modules) to supercharge your Nuxt project, created by the Nuxt team and community.
We invite you to contribute and help improve Nuxt 💚
Here are a few ways you can get involved:
- **Reporting Bugs:** If you come across any bugs or issues, please check out the [reporting bugs guide](https://nuxt.com/docs/community/reporting-bugs) to learn how to submit a bug report.
- **Suggestions:** Have ideas to enhance Nuxt? We'd love to hear them! Check out the [contribution guide](https://nuxt.com/docs/community/contribution) to share your suggestions.
- **Questions:** If you have questions or need assistance, the [getting help guide](https://nuxt.com/docs/community/getting-help) provides resources to help you out.Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/community/framework-contribution#setup) to contribute to the framework and documentation.
- Technical audit & consulting: [Nuxt Experts](https://nuxt.com/enterprise/support)
- Custom development & more: [Nuxt Agencies Partners](https://nuxt.com/enterprise/agencies)## 🔗 Follow Us
## ⚖️ License
[MIT](https://github.com/nuxt/nuxt/tree/main/LICENSE)