https://github.com/debs-obrien/nuxt-mission
Nuxt.js is a Vue framework for building static and server-side rendered sites. This mission will walk you through the essentials of building a Nuxt.js site from the ground up.
https://github.com/debs-obrien/nuxt-mission
netlify nuxt
Last synced: 4 months ago
JSON representation
Nuxt.js is a Vue framework for building static and server-side rendered sites. This mission will walk you through the essentials of building a Nuxt.js site from the ground up.
- Host: GitHub
- URL: https://github.com/debs-obrien/nuxt-mission
- Owner: debs-obrien
- Created: 2020-12-10T08:00:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T17:56:31.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T16:58:15.432Z (8 months ago)
- Topics: netlify, nuxt
- Language: JavaScript
- Homepage: https://jamstack-explorers-nuxt-mission.netlify.app/
- Size: 1.84 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [This Mission: Get Started with Nuxt](https://explorers.netlify.com/learn/get-started-with-nuxt)

Learn the essentials for how to build and deploy a Nuxt site!
- Nuxt Introduction
- Nuxt Project Setup
- Routing and Links
- Nuxt Dynamic Routes
- Nuxt Data Fetching
- Nuxt SEO
- Nuxt Auto Components and Lazy Loading
- Nuxt Global Styles and Transitions
- Nuxt Generate and Deploy
- Nuxt Next StepsNuxt.js is a Vue framework for building static and server-side rendered sites. This mission will walk you through the essentials of building a Nuxt.js site from the ground up.
Take the course for free on [Jamstack Explorers](https://explorers.netlify.com/learn/get-started-with-nuxt)
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).