Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomoat/storefront
- Owner: tomoat
- Created: 2021-12-06T10:21:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T17:52:00.000Z (over 2 years ago)
- Last Synced: 2024-10-17T12:48:30.979Z (about 1 month ago)
- Language: Vue
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.