2022-11-16 11:19:41 +00:00
[![Nuxt banner ](./.github/assets/banner.png )](https://nuxt.com)
# 👋 Welcome to Nuxt
Nuxt's goal is to make web development intuitive and performant, with a great developer experience.< br > Learn more in the ['What is Nuxt?' ](https://nuxt.com/docs/getting-started/introduction ) section of our documentation.
2021-03-28 21:03:37 +00:00
2021-09-10 07:19:33 +00:00
< p >
2022-12-22 13:25:15 +00:00
< a href = "https://www.npmjs.com/package/nuxt" > < img src = "https://img.shields.io/npm/v/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt = "Version" > < / a >
< a href = "https://www.npmjs.com/package/nuxt" > < img src = "https://img.shields.io/npm/dm/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt = "Downloads" > < / a >
2023-01-19 19:37:07 +00:00
< a href = "./LICENSE" > < img src = "https://img.shields.io/github/license/nuxt/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt = "License" > < / a >
2023-02-24 12:19:07 +00:00
< a href = "https://nuxt.com" > < img src = "https://img.shields.io/badge/Open%20Documentation-18181B?logo=nuxt.js" alt = "Website" > < / a >
2023-01-19 19:37:07 +00:00
< a href = "https://volta.net/nuxt/nuxt?utm_source=nuxt_readme" > < img src = "https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg" alt = "Volta board" > < / a >
2021-09-10 07:19:33 +00:00
< / p >
2021-07-30 16:46:25 +00:00
2021-09-10 07:19:33 +00:00
< table >
2022-11-16 11:19:41 +00:00
< thead >
< tr >
< th width = "2000" colspan = "2" >
< / th >
< / tr >
< / thead >
2021-09-10 07:19:33 +00:00
< tbody >
< tr >
2022-11-16 11:19:41 +00:00
< td width = "80" align = "center" valign = "top" >
< br >
< a href = "https://nuxt.com/docs" > < img src = "./.github/assets/documentation.png" > < / a >
< / td >
< td valign = "top" >
< h3 > Documentation< / h3 >
2021-09-10 07:19:33 +00:00
< p >
2022-11-16 11:19:41 +00:00
We highly recommend you take a look at < a href = "https://nuxt.com" > the Nuxt documentation< / a > to level up.
2021-09-10 07:19:33 +00:00
< / p >
< / td >
2022-11-16 11:19:41 +00:00
< / tr >
< tr >
< td width = "80" align = "center" valign = "top" >
< br >
< a href = "https://nuxt.com/modules" > < img src = "./.github/assets/modules.png" > < / a >
< / td >
< td valign = "top" >
< h3 > Modules< / h3 >
2021-09-10 07:19:33 +00:00
< p >
2022-11-16 11:19:41 +00:00
Discover our < a href = "https://nuxt.com/modules" > list of modules< / a > to supercharge your Nuxt project. Created by the Nuxt team and community.
< / p >
2021-09-10 07:19:33 +00:00
< / td >
< / tr >
< tr >
2022-11-16 11:19:41 +00:00
< td width = "80" align = "center" valign = "top" >
< br >
< a href = "https://nuxt.com/docs/examples/hello-world" > < img src = "./.github/assets/examples.png" > < / a >
< / td >
2021-09-10 07:19:33 +00:00
< td >
2022-11-16 11:19:41 +00:00
< h3 > Examples< / h3 >
2021-09-10 07:19:33 +00:00
< p >
2022-12-11 21:25:11 +00:00
Explore different ways of using Nuxt features and get inspired with < a href = "https://nuxt.com/docs/examples/essentials/hello-world" > our list of examples< / a > .
2021-09-10 07:19:33 +00:00
< / p >
< / td >
2022-11-16 11:19:41 +00:00
< / tr >
< / tbody >
< / table >
< table >
< thead >
< tr >
< th width = "2000" colspan = "2" >
< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td width = "80" align = "center" valign = "top" >
< br >
< a href = "https://nuxt.com/docs/community/reporting-bugs" > < img src = "./.github/assets/reporting-bugs.png" > < / a >
< / td >
< td valign = "top" >
< h3 > Reporting bugs< / h3 >
2021-09-10 07:19:33 +00:00
< p >
2022-11-16 11:19:41 +00:00
Check out the < a href = "https://nuxt.com/docs/community/reporting-bugs" > Reporting Bugs< / a > page.< / p >
< / p >
< / td >
< / tr >
< tr >
< td width = "80" align = "center" valign = "top" >
< br >
< a href = "https://nuxt.com/docs/community/contribution" > < img src = "./.github/assets/suggestions.png" > < / a >
< / td >
< td valign = "top" >
< h3 > Suggestions< / h3 >
< p >
Check out the < a href = "https://nuxt.com/docs/community/contribution" > Contribution< / a > page.
< / p >
< / td >
< / tr >
< tr >
< td width = "80" align = "center" valign = "top" >
< br >
< a href = "https://nuxt.com/docs/community/getting-help" > < img src = "./.github/assets/questions.png" > < / a >
< / td >
< td valign = "top" >
< h3 > Questions< / h3 >
< p >
Check out the < a href = "https://nuxt.com/docs/community/getting-help" > Getting Help< / a > page.
2021-09-10 07:19:33 +00:00
< / p >
< / td >
< / tr >
< / tbody >
< / table >
2021-07-30 16:40:50 +00:00
2022-10-17 10:10:05 +00:00
## Local Development
2021-07-30 16:40:50 +00:00
2022-11-16 11:19:41 +00:00
Follow the docs to [Set Up Your Local Development Environment ](https://nuxt.com/docs/community/framework-contribution#set-up-your-local-development-environment ) to contribute to the framework and documentation.
2023-01-23 13:21:35 +00:00
## Nuxt 2
2023-02-01 18:38:15 +00:00
You can find the code for Nuxt 2 on the [`2.x` branch ](https://github.com/nuxt/nuxt/tree/2.x ) and the documentation at [nuxtjs.org ](https://nuxtjs.org ).
2023-01-23 13:21:35 +00:00
2022-11-16 11:19:41 +00:00
## Follow us
< p valign = "center" >
< a href = "https://chat.nuxt.dev" > < img width = "20px" src = "./.github/assets/discord.svg" alt = "Discord" > < / a > < a href = "https://twitter.nuxt.dev" > < img width = "20px" src = "./.github/assets/twitter.svg" alt = "Twitter" > < / a > < a href = "https://github.nuxt.dev" > < img width = "20px" src = "./.github/assets/github.svg" alt = "GitHub" > < / a >
< / p >
2021-10-11 12:57:54 +00:00
## License
2022-04-20 21:02:02 +00:00
[MIT ](./LICENSE )
2022-11-16 11:19:41 +00:00