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

Latest commit

Atinux and pi0 feat: experimental nuxt telemetry (#7408)
[release]

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pooya@pi0.ir>
Latest commit f13b375 May 22, 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 feat: experimental nuxt telemetry (#7408) May 22, 2020
examples examples(with-buefy): update github icon name (#7381) May 18, 2020
packages feat: experimental nuxt telemetry (#7408) May 22, 2020
scripts chore(pkg): update rollup and dependencies (#7373) May 16, 2020
test chore(deps): update all non-major dependencies (dev) (#7375) May 18, 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 feat: runtime config and built-in dotenv support (#7312) May 18, 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 chore: we are in 2020 now May 22, 2020
README.md docs: update tagline May 18, 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 @rollup/plugin-node-resolve to v8 (#… May 20, 2020
renovate.json chore(pkg): update rollup and dependencies (#7373) May 16, 2020
yarn.lock feat: experimental nuxt telemetry (#7408) May 22, 2020

README.md


Tests Status Azure Build Status  Coverage Status Downloads Version License Discord

Support us

Hire Nuxt

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

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.