mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
74a90c566c
Co-authored-by: Pooya Parsa <pooya@pi0.io>
54 lines
1.9 KiB
Markdown
54 lines
1.9 KiB
Markdown
![NuxtJS-Logo-Dark](.github/logo-light.svg#gh-dark-mode-only)
|
|
![NuxtJS-Logo-Light](.github/logo.svg#gh-light-mode-only)
|
|
|
|
<p>
|
|
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://img.shields.io/npm/v/nuxt/rc.svg?style=flat&colorA=002438&colorB=28CF8D" alt="Version"></a>
|
|
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://img.shields.io/npm/dm/nuxt.svg?style=flat&colorA=002438&colorB=28CF8D" alt="Downloads"></a>
|
|
<a href="./LICENSE"><img src="https://img.shields.io/github/license/nuxt/framework.svg?style=flat&colorA=002438&colorB=28CF8D" alt="License"></a>
|
|
<a href="https://discord.nuxtjs.org/"><img src="https://badgen.net/badge/Discord/join-us/7289DA" alt="Discord"></a>
|
|
</p>
|
|
|
|
Welcome to Nuxt 3 repository: **The Intuitive Web Framework** ✨
|
|
|
|
Nuxt's goal is to make web development intuitive and performant with a great developer experience in mind, learn more in the ["What is Nuxt?"](https://v3.nuxtjs.org/guide/concepts/introduction) section of our documentation.
|
|
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<h2>📖 Documentation</h2>
|
|
<p>
|
|
Read <a href="https://v3.nuxtjs.org">Online Docs</a>.
|
|
</p>
|
|
</td>
|
|
<td>
|
|
<h2>🐞 Reporting bugs</h2>
|
|
<p>
|
|
Check out <a href="https://v3.nuxtjs.org/community/reporting-bugs">Reporting Bugs</a> page.</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<h2>💡 Suggestions </h2>
|
|
<p>
|
|
Check out <a href="https://v3.nuxtjs.org/community/contribution">Contribution</a> page.
|
|
</p>
|
|
</td>
|
|
<td>
|
|
<h2>❔ Questions</h2>
|
|
<p>
|
|
Check out <a href="https://v3.nuxtjs.org/community/getting-help">Getting Help</a> page.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
## Local Development
|
|
|
|
Follow the docs to [Set Up Your Local Development Environment](https://v3.nuxtjs.org/community/framework-contribution#set-up-your-local-development-environment) to contribute to the framework and documentation.
|
|
|
|
## License
|
|
|
|
[MIT](./LICENSE)
|