Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.07 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.07 KB

Webshop Frontend

Authored by Sn0wF1re

This is the frontend for the Webshop project, built using Vue.js. The project includes a a products display, a product information view, a shopping cart feature where users can add products with specific variations (color and size) and update quantities, and checkout.

Table of Contents

Installation

  1. Clone the repository
git clone https://github.com/Sn0wF1re/webshop.git
  1. Navigate to the project directory:
cd webshop
  1. Install dependencies:
npm install

Usage

  1. To run a local development server with hot module replacement:
npm run dev
  1. To minify your code:
npm run build
  1. For linting:
npm run lint

Open your browser and navigate to http://localhost:5173 to see the application in action.

Styling

The project uses native CSS for styling.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.