Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.18 KB

Shopify Nuxt Kit

A starter template kit for those looking to use Shopify's new Cart API with Nuxt 2 on Netlify.

Deploy to Netlify

Configuration

You need to set the following environment variables in your Netlify dashboard:

  • SHOPIFY_API_ENDPOINT: Example https://example.myshopify.com/api/unstable/graphql.json
  • SHOPIFY_STOREFRONT_API_TOKEN: Example asdfj8fjhd83js83dhdhs8s

Build Setup

Prerequisite: Netlify CLI and Node 16

# install dependencies
$ npm install

# serve with hot reload at localhost:8888
$ ntl dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

Credit

Big hat tip to Sarah's Netlify E-commerce Site which served as a big inspiration for the current design.