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
Abdfn 8b23e171b4
chore(radme): fix browserstack and saucelabs icons (#10068)
2022-06-23 14:10:34 +02:00
.github chore(radme): fix browserstack and saucelabs icons (#10068) 2022-06-23 14:10:34 +02:00
benchmarks feat: support plug-and-play, typescript runtime and native modules (#8389) 2020-12-22 18:07:50 +01:00
distributions chore(deps): update all non-major dependencies (#9994) 2021-11-03 18:47:08 +01:00
examples chore(deps): update all non-major dependencies (#9400) 2021-08-11 16:15:56 +02:00
packages fix(vue-app): call ssrContext.unsetMutationObserver only if it exists (#10132) 2021-12-17 14:20:07 +01:00
scripts chore(pkg): build for es2019 target (#9328) 2021-05-24 19:34:23 +02:00
test feat: update `std-env` to v3 (#10012) [release] 2021-11-03 18:46:49 +01:00
.all-contributorsrc chore: add pimlie into the core team (#5494) 2019-04-09 11:08:10 +01:00
.editorconfig Add editorconfig 2016-12-15 18:47:20 +01:00
.eslintignore feat: externalize typescript support (#5858) 2019-07-24 11:56:44 +04:30
.eslintrc.js chore(types): lint types (#8630) 2021-01-13 12:22:49 +01:00
.gitignore feat(config): support `.nuxtrc` (#7430) 2020-05-28 18:27:49 +02:00
.gitpod.yml chore: fix vetur extension syntax for GitPod (#9572) 2021-07-21 17:30:01 +02:00
.iyarc chore: update audit list 2021-10-25 13:22:02 +02:00
.ls-lint.yml chore: add ls-lint (#7228) 2020-04-16 16:25:40 +02:00
.npmrc fix(ci): use registry.npmjs.org instead of registry.yarnpkg.com 2018-09-02 13:27:44 +04:30
.yarnrc chore: upgrade dependecies 2018-09-13 10:02:19 +01:00
CODE_OF_CONDUCT.md chore(docs): update code-of-conduct (#6719) 2019-12-04 16:29:53 +01:00
CONTRIBUTING.md chore(doc): fix link to contribution guide (#9815) 2021-09-17 14:46:56 +01:00
LICENSE chore: update license year to present (#9682) 2021-09-07 18:39:08 +02:00
README.md chore(radme): fix browserstack and saucelabs icons (#10068) 2022-06-23 14:10:34 +02:00
RELEASE_PLAN.md refactor: use nuxt everywhere (#8210) 2020-11-30 23:44:04 +01:00
SECURITY.md chore: add separate file with security disclosure info (#9738) 2021-09-07 18:42:47 +02:00
babel.config.js refactor(babel-preset-app): remove `babel-plugin-dynamic-import-node` (#6197) 2019-08-08 13:39:17 +04:30
jest.config.js fix(utils): `serializeFunction` fails with certain functions (#8780) 2021-02-08 00:08:13 +01:00
lerna.json chore(release): v2.15.6 2021-05-12 12:51:18 +02:00
package.json chore(deps): update all non-major dependencies (#9994) 2021-11-03 18:47:08 +01:00
renovate.json chore: ignore globby > 12 upgrade as needs native esm 2021-08-11 16:18:25 +02:00
yarn.lock chore(deps): update webpackbar to 5.x (#10021) 2021-11-05 16:10:33 +01:00

README.md

Nuxt


Tests Status Windows Status Coverage Status Downloads Version License Discord

Support us Support us

Build your next Vue(2) application with confidence using Nuxt: a framework making web development simple and powerful.

Nuxt 3

The evolution of Nuxt powered by Vite and Vue 3 is currently in beta and available on:

Features

  • Automatic transpilation and bundling (with webpack and babel)
  • Hot code reloading
  • Server-side rendering OR Single Page App OR Static Generated, you choose 🔥
  • Static file serving. ./static/ is mapped to /
  • Configurable with a nuxt.config.js file
  • Custom layouts with the layouts/ directory
  • Middleware
  • Code splitting for every pages/
  • Loading just the critical CSS (page-level)

Learn more at https://nuxtjs.org.

Getting started

$ npx create-nuxt-app <project-name>

It's as simple as that!

Learn more at https://nuxtjs.org/guide/installation

Examples

Please take a look at https://nuxtjs.org/examples or directly in https://github.com/nuxt/nuxt.js/tree/dev/examples.

Production deployment

To deploy, instead of running nuxt, you probably want to build ahead of time. Therefore, building and starting are separate commands:

nuxt build
nuxt start

Learn more at https://nuxtjs.org/guide/commands#production-deployment

Consulting from the Nuxt team

Get help with that tough bug or make sure your Nuxt app is ready to deploy. For $250 an hour, get technical support, advice and code reviews from the Nuxt core team: support@nuxtlabs.com

Supporting Nuxt

Nuxt is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers. Funds donated via OpenCollective are managed with transparent expenses and will be used for compensating work and expenses for core team members or sponsoring community events.

Support us with a monthly donation and help us continue our activities. [Become a backer]

Platinum Sponsors

Open Collective Platinum Sponsors

Gold Sponsors

Open Collective Gold Sponsors

Silver Sponsors

Open Collective Silver Sponsors

Bronze Sponsors

Open Collective Bronze Sponsors

Contributors

Thank you to all our contributors!

Nuxt Contributors

Contributing

Open in Gitpod

Please refer to our Contribution Guide

Cross-browser testing

BrowserStack Thanks to BrowserStack!

Automated testing

SauceLabs Thanks to SauceLabs for supporting Open Source <3

Security

If you discover a security vulnerability regarding Nuxt, please send an e-mail to the team via security@nuxtjs.org! All security vulnerabilities will be promptly addressed.

License

MIT