Curated list of resources: books, videos, articles about using Nuxt.js.
List inspired by the awesome. list thing.
Nuxt.js is a framework for creating Universal Vue.js Applications.
- Official Resources
- Community
- Articles
- Videos
- Starter Template
- Code Examples
- Use Cases
- Companies Using Nuxt.js
- Getting Started
- Nuxtjs Guide
- Nuxtjs GitHub Repo
- Nuxtjs API Reference
- Nuxtjs Example Resources
- Nuxtjs Release Notes
- Nuxtjs npm package
- The Complete Guide to Build a Full Blown Multilanguage Website with Nuxt.js
- Using Nuxt with Firebase and Firebase Auth
- Deploy a Nuxt.js Tutorials App to Cosmic.js server in 3 Steps
- Build A Progressive Web Application {PWA} With Nuxt.js
- Build a Server-Side Rendered Vue App with Nuxt.js
- Nuxt.js Website Boilerplate by Cosmic.js
- How to Build a Tutorials App Using Nuxt.js by Tony Spiro
- A Tutorial to Bundle Cockpit CMS & Nuxt.js in a full JAMstack
- Simple Server Side Rendering, Routing, and Page Transitions with Nuxt.js
- 10 reasons to use Nuxt.js for your next web application
- Creating a Website with Nuxt.js and WordPress REST API
- Building a Personal Site with Nuxt.js
- Why Nuxt Js is perfect framework for your next landing page?
- Nuxt.js: A Universal Vue.js Application Framework
- Building a Personal Site with Nuxt.js
- Nuxt.js - Introduction by project
- Nuxt.js - Layouts
- The Frontend | Nuxt.js & Storyblok - Building a Complete Blog
- Learn Server Rendered Vue.js With Nuxt.js
- Getting Started with Nuxt.js
- Introduction To Server Rendered Vue.js Apps With Nuxt
- Created with nuxtjs starter template
- Best Practices for Nuxt.js SEO
- GraphCMS starter blog with Nuxt.js & Apollo Client
Live demo: https://starter.nuxtjs.org
Make sure to have node 8.0+
and npm 5.0+
installed
This is a project template for vue-cli.
$ vue init nuxt-community/starter-template my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install
Make sure to use a version of vue-cli >= 2.1 (
vue -V
).
# serve with hot reloading at localhost:3000
$ npm run dev
Go to http://localhost:3000
# build for production and launch the server
$ npm run build
$ npm start
# generate a static project
$ npm run generate