https://github.com/vuestorefront/template-shopify
https://github.com/vuestorefront/template-shopify
nuxtjs shopify vue vue-storefront vuestorefront
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuestorefront/template-shopify
- Owner: vuestorefront
- Created: 2021-04-18T18:08:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T09:35:14.000Z (about 1 year ago)
- Last Synced: 2024-05-22T16:32:30.290Z (11 months ago)
- Topics: nuxtjs, shopify, vue, vue-storefront, vuestorefront
- Language: Vue
- Homepage:
- Size: 1.72 MB
- Stars: 15
- Watchers: 25
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vuestorefront - Boilerplate Store
README
# Alokai Shopify Template
### Stay connected
[](https://github.com/vuestorefront/vue-storefront)
[](https://twitter.com/vuestorefront)
[](https://www.youtube.com/c/VueStorefront)
[](https://discord.vuestorefront.io)Alokai 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
BASE_URL= # example: localhost:3001
```2. Run the project
``` bash
# 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 [Nuxt.js docs](https://nuxtjs.org) / [Alokai 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.