Nuxt.js
Build your next Vue.js application with confidence using Nuxt.js: a framework making web development simple and powerful.
Links
- 📘 Documentation: https://nuxtjs.org
- 👥 Community: cmty.app/nuxt
- 🎬 Video: 1 minute demo
- 🐦 Twitter: @nuxt_js
- 💬 Chat: Discord
- 🌟 AwesomeNuxt
- 👉 Play with Nuxt.js online
Features
- Automatic transpilation and bundling (with webpack and babel)
- Hot code reloading
- Server-side rendering OR Single Page App OR Static Generated, you choose :fire:
- 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.