An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# [This Mission: Get Started with Nuxt](https://explorers.netlify.com/learn/get-started-with-nuxt)

![Nuxt Mission](https://res.cloudinary.com/debsobrien/image/upload/g_auto,e_sharpen/v1610040385/debbie.codes/courses/Screenshot_2021-01-07_at_18.25.19_fzha5x.png)

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 Steps

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.

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).