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
Sébastien Chopin 32cc017c26
docs: improvements
2021-07-30 18:40:50 +02:00
.github/workflows chore(ci): support [skip-release] 2021-07-15 12:49:01 +02:00
.yarn chore: upgrade to yarn v3 (#388) 2021-07-26 22:14:31 +02:00
docs chore(docs): update docs to @docus (#390) 2021-07-28 09:50:09 +02:00
examples feat(components): build time sync loader (#383) 2021-07-28 14:11:32 +02:00
packages fix(nitro): promisify proxy handler (#398) 2021-07-28 19:24:19 +02:00
playground feat(cli): add `prepare` command to stub module types (#370) 2021-07-26 16:46:19 +02:00
scripts chore: update release-edge script 2021-07-29 16:13:10 +02:00
test chore: upgrade to yarn v3 (#388) 2021-07-26 22:14:31 +02:00
.editorconfig chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
.eslintignore feat: components discovery (#243) 2021-06-18 18:50:03 +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 docs: improvements 2021-07-30 18:40:50 +02:00
lerna.json chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
package.json chore(deps): update all non-major dependencies (#389) 2021-07-28 13:52:01 +02:00
renovate.json chore(deps): update all non-major dependencies (#307) 2021-07-14 16:52:08 +02:00
tsconfig.json feat(nitro, vite): use native module (#252) 2021-07-15 11:38:06 +02:00
yarn.lock feat(components): build time sync loader (#383) 2021-07-28 14:11:32 +02:00

README.md

NuxtJS

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