Skip to content

davidparys/nuxt-js-medusa-starter

Repository files navigation

Medusa Frontend (Nuxt.js Starter)

Introduction

This is the frontend component of the Medusa project, built using the NUXT.JS framework. Medusa is a powerful e-commerce platform built with modern technologies.

Installation

To install and run the Medusa frontend, follow these steps:

  1. Clone the repository:

  2. Install dependencies:

    ## pnpm
    pnpm install
  3. Configure environment variables: Create a .env file in the root directory and add the necessary environment variables. Refer to the .env.example file for the required variables.

  4. Start the development server:

    pnpm dev

Usage

Once the development server is running, you can access the Medusa frontend by opening your browser and navigating to http://localhost:8000.

Tech Stack

The Medusa frontend template is built using the following technologies:

  • Tailwind CSS
  • Nuxt.js
  • Nuxt UI
  • Pinia (Vue 3 Store)

i18n Support

At the moment there is no translations available but the template will be updated with i18n support in the future.

Medusa

To run this you have to have a medusa instance running locally with a default port of 9000. You will also need to have the stripe integration installed.

Contributing

We welcome contributions from the community. To contribute to the Medusa frontend template, you can open a Pull Request against this repository.

License

The Medusa frontend is open-source software licensed under the MIT License. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published