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
2022-09-05 15:44:56 +02:00
.github chore(repo): remove backtick-type in bug issue-template (#7083) 2022-08-30 18:53:24 +02:00
.yarn chore(deps): update all non-major dependencies (#6913) 2022-08-25 09:15:47 +02:00
docs docs: add app-config example (#7247) 2022-09-05 15:16:30 +02:00
examples chore: use latest nuxt and @nuxt/ui for examples 2022-09-05 15:44:25 +02:00
packages deps(vite): update vite to 3.1.x (#7241) 2022-09-05 13:41:55 +02:00
playground chore: use latest nuxt and @nuxt/ui for examples 2022-09-05 15:44:25 +02:00
scripts chore: bump rc version for edge versions (#7117) 2022-08-31 21:17:42 +02:00
test feat(nuxt, vite): inline global and component styles in server response (#7160) 2022-09-03 15:03:30 +02:00
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitpod.yml
.markdownlint.yml
.markdownlintignore
.yarnrc.yml chore(deps): update all non-major dependencies (#6913) 2022-08-25 09:15:47 +02:00
changelog.config.json
lerna.json v3.0.0-rc.9 (#6970) 2022-09-03 12:36:47 +02:00
LICENSE
package.json deps(vite): update vite to 3.1.x (#7241) 2022-09-05 13:41:55 +02:00
README.md
renovate.json
SECURITY.md
tsconfig.json refactor: enable strict type checking everywhere (#6943) 2022-08-26 17:47:29 +02:00
vitest.config.ts
yarn.lock chore: maintain lockfile 2022-09-05 15:44:56 +02:00

NuxtJS-Logo-Dark NuxtJS-Logo-Light

CI Status Downloads Version License Discord

Welcome to Nuxt 3 repository: The Hybrid Vue Framework

Nuxt's goal is to make web development intuitive and performant with a great developer experience in mind, learn more in the "What is Nuxt?" section of our documentation.

📖 Documentation

Read Online Docs.

🐞 Reporting bugs

Check out Reporting Bugs page.

💡 Suggestions

Check out Contribution page.

Questions

Check out Getting Help page.

💻 Development

  • Clone repository
  • Ensure you have the latest LTS version of Node.js installed
  • Install dependencies with npx yarn install
  • Run npx yarn stub to activate passive development
  • Open playground with npx yarn dev

Learn more about in our documentation on how to contribute to Nuxt.

📖 Documentation

We are using Docus for documentation (It is planned to be open sourced in the following weeks).

We recommend to install the Docus extension for VS Code.

  • Run npx yarn stub once in the root directory
  • Go into the docs directory: cd docs
  • Install docs dependencies with npx yarn install
  • Run npx yarn dev to start Docus in development mode

The pages are generated from docs/content/, you can start editing them to start helping us on documenting Nuxt 3 💚

License

MIT