Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomoat/storefront

A front-end e-commerce platform built with vue-storefront and shopify
https://github.com/tomoat/storefront

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```bash
SHOPIFY_STOREFRONT_TOKEN=
SHOPIFY_DOMAIN= # example: vsf-next-pwa.myshopify.com
```

2. Run the project

``` bash
# 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](https://nuxtjs.org) / [Vue Storefront Docs](https://docs.vuestorefront.io/v2/).

## Contributing

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