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-07-27 11:07:00 +02:00
.github
.yarn chore(deps): update all non-major dependencies (#6032) 2022-07-21 15:59:00 +02:00
docs chore(docs): format component 2022-07-27 11:07:00 +02:00
examples feat(nuxt): improve error dx for users (#4539) 2022-07-21 16:29:03 +02:00
packages refactor(vite): reuse logic and improve code splitting (#6164) 2022-07-27 11:01:25 +02:00
playground
scripts fix(kit, nuxt): always sort globby results (#6029) 2022-07-21 12:46:50 +02:00
test refactor(nuxt): enhance useFetch and useLazyFetch request type (#4825) 2022-07-25 14:37:39 +02:00
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitpod.yml
.markdownlint.yml
.markdownlintignore
.yarnrc.yml chore(deps): update all non-major dependencies (#6032) 2022-07-21 15:59:00 +02:00
changelog.config.json
lerna.json
LICENSE
package.json chore(deps): update all non-major dependencies (#6131) 2022-07-26 15:41:31 +02:00
README.md
renovate.json
SECURITY.md
tsconfig.json
vitest.config.ts
yarn.lock chore(deps): update all non-major dependencies (#6131) 2022-07-26 15:41:31 +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