tomoat / storefront

A front-end e-commerce platform built with vue-storefront and shopify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Storefron Shopify Template

Vue Storefront 2 template for Shopify.

Setup

  1. Create a .env inline with middleware.config.js file and fill the following required variables
SHOPIFY_STOREFRONT_TOKEN=<SHOPIFY_ACCESS_TOKEN>
SHOPIFY_DOMAIN=<SHOPIFY_DOMAIN> # example: vsf-next-pwa.myshopify.com
  1. Run the project
# install dependencies
$ pnpm install

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

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

# generate static project
$ pnpm generate

For detailed explanation on how things work, check out Nuxt.js docs / Vue Storefront Docs.

Contributing

This repository is autogenerated. If you want to contribute to Shopify integration please use https://github.com/vuestorefront/shopify.

About

A front-end e-commerce platform built with vue-storefront and shopify


Languages

Language:Vue 89.5%Language:JavaScript 8.5%Language:TypeScript 2.0%Language:Shell 0.1%