This repository is the codebase of tutorial Creating a Vue.js Ecommerce Store with Medusa.
Medusa Documentation | Medusa Website | Medusa Repository
This tutorial uses Medusa v1.6.0. It is not guaranteed that it will work with future releases.
You may change these steps per your article.
- Clone this repository:
git clone https://github.com/noblefresh/vuejs-ecommerce
- Change directory and install dependencies:
cd vuejs-ecommerce
npm install
- Start Server:
npm run dev