Nuxt/README.md

39 lines
1.3 KiB
Markdown

<h1>
<a href="https://nuxtjs.org">
<img alt="NuxtJS" src="https://user-images.githubusercontent.com/904724/127682204-effdc7c6-6b46-4bf3-bd0e-a457f7530209.png" height="60">
</a>
</h1>
Welcome to Nuxt3 repository ✨
## 👀 Private beta
We are currently in private beta in order to stabilize the framework before onboarding the whole community.
Our focus is currently on new projects made with Nuxt3 (not transitioning from Nuxt2 at the moment) as well as migrating modules to Nuxt3.
Please take a look at the [main discussion](https://github.com/nuxt/framework/discussions/434) for further information.
## 📖 Documentation
You can read the documentation online [here](https://v3.nuxtjs.org/).
## 🐞 Reporting bugs
In order to report a bug, please use the [New issue](https://github.com/nuxt/framework/issues/new) form and follow the template to provide a bug reproduction.
## 💡 Suggestions
Please create a [discussion](https://github.com/nuxt/framework/discussions/new) for improvements or feature requests.
## ❔ Questions
Please create a [discussion](https://github.com/nuxt/framework/discussions/new) for questions about Nuxt3 usage.
## 💻 Development
- Clone repository
- Install dependencies with `yarn install`
- Run `yarn stub`
- Open playground with `yarn play`