Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Vue Storefront 2 (Alokai) with Shopify integration

License

Notifications You must be signed in to change notification settings

rarechrisclark/alokai-shopify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alokai-shopify

Vue Storefront 2 (Alokai) with Shopify integration

Warning

This project is not ready for production use.

REQUIREMENTS

  • Docker, or
  • Node.js (v16.20.2) mandatory (note: nvm is a handy tool for managing node versions)
  • Yarn

USAGE

1. Initial Setup

  1. Run cp .env.example .env to create a .env file (make sure to fill in the required variables)
  2. Run nvm use lts/gallium to ensure you are using the correct node version (v16.20.2)
  3. Run yarn install to install the dependencies

2. Local Development

Note

Make sure you have completed the steps outlined in 'Initial Setup' first.

  1. Run yarn dev to start the development server
  2. Open http://localhost:3001 in your browser to view the store

3. Production Build

  1. Run yarn prod to build the production files and start the production server
  2. Uncomment the relevant production variables in the .env file
  3. Open http://localhost:3001 in your browser to view the store

RESOURCES

1. Documentation

Shopify

Nuxt 2

2. Articles