Skip to content

kenny-io/Sanity-Nuxt-Mission

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Building with Sanity and Nuxt

This is a Jamstack Explorers Mission (course) about Sanity.io. The mission will walk you through the processes of setting up a Sanity application, understanding different parts of Sanity and hooking it up to a Nuxt.js frontend.

TOC:

  • Introduction
  • Overview
  • Setup Sanity
  • Sanity Schemas, Documents and Relationships
  • Sanity Datastore and Datastore
  • Setup Nuxt
  • Connect Nuxt and Sanity
  • Dynamic Pages with Nuxt
  • Deploy

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out The Mission.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published