@borngroup/lightswitch-shopify-theme

0.1.1 • Public • Published

Vue Storefron Shopify Template

Vue Storefront 2 template for Shopify.

Please keep in mind this project is in beta phase. Please report all bugs you will spot on GitHub or help us by reolving them by yourself. It will help us to resolve them faster and make this project production-ready sooner!

Setup

  1. Fill in the project credentials in middleware.config.js (env. variables suggested)
module.exports = {
  integrations: {
    shopify: {
      location: '@borngroup/lightswitch-shopify-api/server',
      configuration: {
        api: {
          domain: '<SHOPIFY_DOMAIN>',
          storefrontAccessToken: '<SHOPIFY_ACCESS_TOKEN>'
        },
        currency: 'USD',
        country: 'US'
      }
    }
  }
};
  1. Run the project
# 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 / Vue Storefront Docs.

Contributing

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

Readme

Keywords

none

Package Sidebar

Install

npm i @borngroup/lightswitch-shopify-theme

Weekly Downloads

1

Version

0.1.1

License

ISC

Unpacked Size

3.01 MB

Total Files

262

Last publish

Collaborators

  • gabriel-freiberg
  • marcgreenfield-born
  • jason.wolf0708