mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3.
.github/workflows | ||
.yarn | ||
docs | ||
examples | ||
packages | ||
playground | ||
scripts | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.yarnrc.yml | ||
lerna.json | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.json | ||
yarn.lock |
Welcome to Nuxt3 repository ✨
We are currently in private beta in order to stabilize the framework before onboarding the whole community.
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 improvements or feature requests.
💻 Development
- Clone repository
- Install dependencies with
yarn install
- Run
yarn stub
- Open playground with
yarn play