Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3.
Go to file
renovate[bot] 9f7438afb1
chore: update all non-major dependencies and add `node` to nitro external conditions (#440)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-09-05 23:54:12 +02:00
.github/workflows feat: nuxt bridge (#459) 2021-09-05 23:21:33 +02:00
.yarn chore: upgrade to yarn v3 (#388) 2021-07-26 22:14:31 +02:00
docs chore: update all non-major dependencies and add `node` to nitro external conditions (#440) 2021-09-05 23:54:12 +02:00
examples chore(examples): update nuxt.d.ts 2021-08-11 22:57:46 +02:00
packages chore: update all non-major dependencies and add `node` to nitro external conditions (#440) 2021-09-05 23:54:12 +02:00
playground fix(webpack): exclude assets from webpack externals (#471) 2021-09-05 22:34:56 +02:00
scripts fix release script 2021-08-11 23:02:01 +02:00
test chore: update all non-major dependencies and add `node` to nitro external conditions (#440) 2021-09-05 23:54:12 +02:00
.editorconfig chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
.eslintignore chore: fix lint issues 2021-08-09 18:18:21 +02:00
.eslintrc feat: `@nuxt/meta` module for head rendering (#179) 2021-07-15 13:28:04 +02:00
.gitignore fix(nitro): generate correct netlify entrypoint (#372) 2021-07-26 12:37:39 +02:00
.yarnrc.yml chore: upgrade to yarn v3 (#388) 2021-07-26 22:14:31 +02:00
README.md chore: update readme (#449) 2021-08-30 11:32:00 +02:00
lerna.json chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
package.json chore: update all non-major dependencies and add `node` to nitro external conditions (#440) 2021-09-05 23:54:12 +02:00
renovate.json chore: disable lockfile maintenance 2021-08-09 17:48:56 +02:00
tsconfig.json refactor: merge modules to `nuxt3` (#439) 2021-08-11 22:28:38 +02:00
yarn.lock chore: update all non-major dependencies and add `node` to nitro external conditions (#440) 2021-09-05 23:54:12 +02:00

README.md

NuxtJS

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 for further information.

📖 Documentation

You can read the 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