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] 37d64a615b
chore(deps): update github/codeql-action action to v2.22.6 (main) (#24292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-15 13:09:48 +00:00
.devcontainer chore: add `.devcontainer` (#22810) 2023-09-15 11:09:21 +01:00
.github chore(deps): update github/codeql-action action to v2.22.6 (main) (#24292) 2023-11-15 13:09:48 +00:00
.stackblitz chore: extract `@nuxt/test-utils` to separate repo (#24146) 2023-11-06 15:38:45 +00:00
.vscode chore: add volar to workspace recommendations 2023-07-06 17:09:41 +01:00
docs docs: remove only (#24295) 2023-11-15 12:44:13 +00:00
examples docs(examples): add bullet points 2023-06-19 19:52:16 +02:00
packages fix(nuxt): provide route component names to `KeepAlive` cache (#24024) 2023-11-14 16:56:31 +00:00
playground chore: remove stray router.options file 2023-11-07 11:13:34 +00:00
scripts chore: extract `@nuxt/test-utils` to separate repo (#24146) 2023-11-06 15:38:45 +00:00
test fix(nuxt): provide route component names to `KeepAlive` cache (#24024) 2023-11-14 16:56:31 +00:00
.editorconfig chore: upgrade to monorepo 2021-03-18 15:26:41 +01:00
.eslintrc chore: update to use `@nuxt/eslint-config` (#24209) 2023-11-09 18:01:13 +01:00
.gitignore ci: add lychee link checker (#23254) 2023-09-19 21:22:20 +01:00
.gitpod.yml chore: use pnpm for framework monorepo (#7895) 2022-10-17 12:10:05 +02:00
.markdownlint.yml docs: update to new website (#23743) 2023-10-18 12:59:43 +02:00
.markdownlintignore docs: update to new website (#23743) 2023-10-18 12:59:43 +02:00
.npmrc chore: use pnpm for framework monorepo (#7895) 2022-10-17 12:10:05 +02:00
.nuxtrc ci: run webpack/vite and dev/prod as matrices (#18905) 2023-02-13 22:09:32 +00:00
LICENSE chore: update licence title 2023-01-24 22:23:47 +00:00
README.md docs: update to new website (#23743) 2023-10-18 12:59:43 +02:00
SECURITY.md chore: remove huntr + encourage GitHub vulnerability reporting (#23754) 2023-10-18 18:37:36 +01:00
changelog.config.json chore: update internal repo/issue links to use`nuxt/nuxt` 2023-01-19 19:37:07 +00:00
knip.json chore: extract `@nuxt/test-utils` to separate repo (#24146) 2023-11-06 15:38:45 +00:00
lychee.toml ci: retry failing links 6 times 2023-10-02 17:02:21 +01:00
package.json chore: revert coverage provider version 2023-11-14 14:27:13 +00:00
pnpm-lock.yaml chore: revert coverage provider version 2023-11-14 14:27:13 +00:00
pnpm-workspace.yaml docs: update to new website (#23743) 2023-10-18 12:59:43 +02:00
renovate.json chore: allow markdownlint upgrades 2023-10-18 18:29:16 +01:00
tsconfig.json test: add `nuxt-vitest` and composable unit tests (#21884) 2023-07-02 09:59:16 +01:00
vitest.config.ts test(nuxt): add additional unit tests for composables (#24289) 2023-11-14 12:44:39 +00:00
vitest.nuxt.config.ts test(nuxt): add additional unit tests for composables (#24289) 2023-11-14 12:44:39 +00:00

README.md

Nuxt banner

Nuxt

Version Downloads License Website Discord

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

It provides a number of features that make it easy to build fast, SEO-friendly, and scalable web applications, including:

  • Server-side rendering, Static Site Generation or Hybrid Rendering
  • Automatic routing with code-splitting
  • State management
  • SEO Optimization
  • Extensible with 100+ modules
  • Deployment to a variety of hosting platforms
  • ...and much more 🚀

Getting Started

Use the following command to create a new starter project. This will create a starter project with all the necessary files and dependencies:

npx nuxi@latest init <my-project>

Discover also nuxt.new: Open a Nuxt starter on CodeSandbox, StackBlitz or locally to get up and running in a few seconds.

Documentation

We highly recommend you take a look at the Nuxt documentation to level up. Its a great resource for learning more about the framework. It covers everything from getting started to advanced topics.

Modules

Discover our list of modules to supercharge your Nuxt project, created by the Nuxt team and community.

Contribute

We invite you to contribute and help improve Nuxt 💚

Here are a few ways you can get involved:

  • Reporting Bugs: If you come across any bugs or issues, please check out the reporting bugs guide to learn how to submit a bug report.
  • Suggestions: Have ideas to enhance Nuxt? We'd love to hear them! Check out the contribution guide to share your suggestions.
  • Questions: If you have questions or need assistance, the getting help guide provides resources to help you out.

Local Development

Follow the docs to Set Up Your Local Development Environment to contribute to the framework and documentation.

Nuxt 2

You can find the code for Nuxt 2 on the 2.x branch and the documentation at v2.nuxt.com.

Follow us

Discord  Twitter  GitHub

License

MIT