Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 767 Bytes

File metadata and controls

22 lines (14 loc) · 767 Bytes

Audiophile E-commerce

A modern e-commerce application built with Vue 3 and Vite, featuring high-quality audio equipment.

Tech Stack

  • Vue 3 - Progressive JavaScript framework
  • Vite - Fast build tool and development server
  • Script Setup - Composition API with <script setup> syntax

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Start development server: npm run dev
  4. Build for production: npm run build

Development

This project uses Vue 3 <script setup> SFCs. Check out the script setup docs to learn more.

For IDE support, see the Vue Docs Scaling up Guide.