Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T23:36:04.000Z (8 days ago)
- Last Synced: 2024-12-04T00:26:34.710Z (8 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: 111 MB
- Stars: 55,158
- Watchers: 790
- Forks: 5,047
- Open Issues: 887
-
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. (vue)
- AiTreasureBox - nuxt/nuxt - 12-07_55207_3](https://img.shields.io/github/stars/nuxt/nuxt.svg)|The Intuitive Vue Framework.| (Repos)
- 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)
- my-awesome - nuxt/nuxt - stack,hacktoberfest,hybrid,node,nuxt,server-rendering,ssg,ssr,static-site-generator,universal,vue pushed_at:2024-12 star:55.2k fork:5.1k The Intuitive Vue Framework. (TypeScript)
- awesome - GitHub Repo
- jimsghstars - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
- awesome - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
- awesome - nuxt/nuxt - The Intuitive Vue Framework. (TypeScript)
README
[![Nuxt banner](./.github/assets/banner.svg)](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)
- β°οΈ [Nuxt 2](#nuxt-2)
- π [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
npx nuxi@latest init
```> [!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)[MIT](https://github.com/nuxt/nuxt/tree/main/LICENSE)