A modern e-commerce application built with Vue 3 and Vite, featuring high-quality audio equipment.
- Vue 3 - Progressive JavaScript framework
- Vite - Fast build tool and development server
- Script Setup - Composition API with
<script setup>syntax
- Clone the repository
- Install dependencies:
npm install - Start development server:
npm run dev - Build for production:
npm run build
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.