Nuxt/README.md

54 lines
1.9 KiB
Markdown
Raw Normal View History

![NuxtJS-Logo-Dark](.github/logo-light.svg#gh-dark-mode-only)
![NuxtJS-Logo-Light](.github/logo.svg#gh-light-mode-only)
2021-03-28 21:03:37 +00:00
<p>
2022-10-12 10:00:16 +00:00
<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>
2021-07-30 16:46:25 +00:00
2022-10-12 10:00:16 +00:00
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.
2021-07-30 16:40:50 +00:00
<table>
<tbody>
<tr>
<td>
<h2>📖 Documentation</h2>
<p>
2021-09-10 08:23:04 +00:00
Read <a href="https://v3.nuxtjs.org">Online Docs</a>.
</p>
</td>
<td>
<h2>🐞 Reporting bugs</h2>
<p>
2021-09-10 08:23:04 +00:00
Check out <a href="https://v3.nuxtjs.org/community/reporting-bugs">Reporting Bugs</a> page.</p>
</td>
</tr>
<tr>
<td>
<h2>💡 Suggestions </h2>
<p>
2021-09-10 08:23:04 +00:00
Check out <a href="https://v3.nuxtjs.org/community/contribution">Contribution</a> page.
</p>
</td>
<td>
<h2>❔ Questions</h2>
<p>
2021-09-10 08:36:52 +00:00
Check out <a href="https://v3.nuxtjs.org/community/getting-help">Getting Help</a> page.
</p>
</td>
</tr>
</tbody>
</table>
2021-07-30 16:40:50 +00:00
## Local Development
2021-07-30 16:40:50 +00:00
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
2022-04-20 21:02:02 +00:00
[MIT](./LICENSE)