This repository is the codebase of tutorial Creating a Vue.js Ecommerce Store with Medusa.

Medusa Documentation | Medusa Website | Medusa Repository

Medusa Version

This tutorial uses Medusa v1.6.0. It is not guaranteed that it will work with future releases.

Prerequisites

How to Install

You may change these steps per your article.

  1. Clone this repository:
git clone https://github.com/noblefresh/vuejs-ecommerce
  1. Change directory and install dependencies:
cd vuejs-ecommerce
npm install
  1. Start Server:
npm run dev