Skip to content
The Intuitive Vue Framework
JavaScript HTML Vue
Branch: dev
Clone or download

Latest commit

Atinux and pi0 feat(server): add unload method support for serverMiddleware (#7358)
* feat: add unload method support for serverMiddleware

* chore: update test

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Latest commit 9b29124 May 13, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci chore(deps): remove codecov (#6908) Jan 24, 2020
.github chore(ci): only enable next pr ci for hotfix Mar 3, 2020
benchmarks chore(benchmark): fix `package.json` scripts (#7205) Apr 17, 2020
distributions chore(deps): update all non-major dependencies (#7347) May 13, 2020
examples chore(deps): update devdependency eslint to v7 May 11, 2020
packages feat(server): add unload method support for serverMiddleware (#7358) May 13, 2020
scripts chore: fix typos (#7219) Apr 14, 2020
test feat: store and replay vuex mutations for static target (#7350) May 12, 2020
.all-contributorsrc v2.6.2 (#5523) Apr 15, 2019
.editorconfig Add editorconfig Dec 15, 2016
.eslintignore feat: externalize typescript support (#5858) Jul 24, 2019
.eslintrc.js chore(deps): update devdependency eslint to v7 May 11, 2020
.gitignore chore(ci): upload test report to CircleCI and Azure (#5802) May 25, 2019
.gitpod.yml chore: Simplifies Code Contributions & Reviews (#6816) Jan 6, 2020
.ls-lint.yml chore: add ls-lint (#7228) Apr 16, 2020
.npmrc fix(ci): use registry.npmjs.org instead of registry.yarnpkg.com Sep 2, 2018
.yarnrc chore: upgrade dependecies Sep 13, 2018
CODE_OF_CONDUCT.md chore(docs): update code-of-conduct (#6719) Dec 4, 2019
CONTRIBUTING.md doc: add CONTRIBUTING.md Jan 3, 2019
LICENSE v2.6.2 (#5523) Apr 15, 2019
README.md chore(readme): simplify readme and add gitpod in contributing (#7092) Mar 24, 2020
RELEASE_PLAN.md chore: fix typos (#7219) Apr 14, 2020
azure-pipelines.yml chore(ci): separate dev test and unit test (#6737) Nov 27, 2019
babel.config.js refactor(babel-preset-app): remove `babel-plugin-dynamic-import-node` ( Aug 8, 2019
jest.config.js chore(ci): upload coverage report to codecov (#6887) Jan 19, 2020
lerna.json v2.12.1 Mar 25, 2020
package.json chore(deps): update devdependency @nuxtjs/eslint-config to v3 (#7352) May 13, 2020
renovate.json chore(deps): ingore terser-webpack-plugin before v3 (requires node 10) May 7, 2020
yarn.lock chore(deps): update devdependency @nuxtjs/eslint-config to v3 (#7352) May 13, 2020

README.md


Tests Status Azure Build Status  Coverage Status Downloads Version License Discord

Support us

Hire Nuxt

Vue.js Meta Framework to create complex, fast & universal web applications quickly.

Links

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, code reviews, and development from the Nuxt core team: Hire Nuxt on Otechie

Professional support with TideLift

Professionally supported Nuxt.js is now available!

Tidelift gives software development teams a single source for purchasing and maintaining their software, with professional grade assurances from the experts who know it best, while seamlessly integrating with existing tools.

Get supported Nuxt with the Tidelift Subscription.

Supporting Nuxt.js

Nuxt.js 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

Nuxters

Open Collective Nuxters

Core team

Sébastien Chopin
Sébastien Chopin

📝 🐛 💻 🎨 📖 💬 👀 📢
Alexandre Chopin
Alexandre Chopin

🎨 📖 📋 📦 💬 📢
Pooya Parsa
Pooya Parsa

🐛 💻 🔌 💬 👀 🔧
Clark Du
Clark Du

🐛 💻 💡 👀 ⚠️ 🔧
Alexander Lichter
Alexander Lichter

💬 🐛 💻 💡 👀 ⚠️
Jonas Galvez
Jonas Galvez

💬 🐛 💻 💡 👀 ⚠️
Dmitry Molotkov
Dmitry Molotkov

💬 🐛 💻 🤔 👀
Kevin Marrec
Kevin Marrec

💻 🤔 📦 👀
Pim
Pim

🐛 💻

Contributors

Thank you to all our contributors!

Nuxt.js Contributors

Contributing

Open in Gitpod

Please refer to our Contribution Guide

Cross-browser testing

Thanks to BrowserStack!

BrowserStack

Automated testing

Thanks to SauceLabs for supporting Open Source <3

SauceLabs

Security

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

License

MIT

You can’t perform that action at this time.