Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.93 KB

README.md

File metadata and controls

63 lines (46 loc) · 1.93 KB

Medusa Nuxt.js Starter

Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences.

Medusa is released under the MIT license. PRs welcome! Discord Chat Follow @medusajs

Prerequisites: To use the starter you should have a Medusa server running locally on port 9000. Check out medusa-starter-default for a quick setup.

Quickstart

  1. Clone this repository

    Clone this repository by running the following command

    git clone https://github.com/carpad88/nuxtjs-starter-medusa.git nuxtjs-storefront
  2. Install dependencies

    Use Yarn to install all dependencies.

    yarn
  3. Start developing.

    You are now ready to start up your project.

    yarn dev
  4. Open the code and start customizing!

    Your site is now running at http://localhost:3333!

    Edit /pages/index.js to see your site update in real-time!

  5. Learn more about Medusa

  1. Learn more about Nuxt.js