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-03 12:03:06 +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 refactor(nuxt): remove unused meta:register hook (#7130) 2022-09-01 11:08:56 +02:00
examples refactor: apply lints from @nuxtjs/eslint-config-typescript v11 (#7114) 2022-08-31 20:34:17 +02:00
packages chore(deps): update all non-major dependencies (#7161) 2022-09-03 12:03:06 +02:00
playground fix(nuxt): pass and format vite-node build errors (#6683) 2022-09-03 12:02:14 +02:00
scripts chore: bump rc version for edge versions (#7117) 2022-08-31 21:17:42 +02:00
test feat: allow extending with theme config (#7131) 2022-09-01 12:05:02 +02:00
.editorconfig
.eslintignore
.eslintrc
.gitignore build: remove nuxt.d.ts from .gitignore 2022-08-11 14:40:51 +02:00
.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.8 (#6526) 2022-08-12 15:35:33 +02:00
LICENSE
package.json chore(deps): update devdependency @unocss/reset to ^0.45.14 (#7152) 2022-09-02 09:20:06 +02:00
README.md
renovate.json chore: ignore vue-tsc upgrade until fixed 2022-08-10 15:32:48 +02:00
SECURITY.md
tsconfig.json refactor: enable strict type checking everywhere (#6943) 2022-08-26 17:47:29 +02:00
vitest.config.ts feat(vite)!: upgrade vite to v3 (#5398) 2022-07-21 12:44:33 +02:00
yarn.lock chore(deps): update all non-major dependencies (#7161) 2022-09-03 12:03:06 +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