Build your next Vue.js application with confidence using Nuxt.js: a framework making web development simple and powerful.
- π Documentation: https://nuxtjs.org
- π₯ Community: cmty.app/nuxt
- π¬ Video: 1 minute demo
- π¦ Twitter: @nuxt_js
- π¬ Chat: Discord
- π AwesomeNuxt
- π Play with Nuxt.js online
- 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.
$ npx create-nuxt-app <project-name>
It's as simple as that!
Learn more at https://nuxtjs.org/guide/installation
Please take a look at https://nuxtjs.org/examples or directly in https://github.com/nuxt/nuxt.js/tree/dev/examples.
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
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
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.
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]
Thank you to all our contributors!
Please refer to our Contribution Guide
Thanks to BrowserStack!
Thanks to SauceLabs for supporting Open Source <3
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.