mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
1.2 KiB
1.2 KiB
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.
📖 Documentation
You can read documentation online here
🐞 Reporting bugs
In order to report a bug, please use the New issue form and follow the template to provide a bug reproduction.
💡 Suggestions
Please create a discussion for improvements or feature requests.
❔ Questions
Please create a discussion for questions about Nuxt3 usage.
💻 Development
- Clone repository
- Install dependencies with
yarn install
- Run
yarn stub
- Open playground with
yarn play