Skip to content

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.

Notifications You must be signed in to change notification settings

Sn0wF1re/webshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published