This template provides a starting point for developing with Vue 3 in Vite. It leverages Vue 3's <script setup>
Single File Components (SFCs) for a streamlined development experience. For more details, refer to the script setup documentation.
- VS Code + Volar (Make sure to disable Vetur) + TypeScript Vue Plugin (Volar).
- EasyDataTable: A data table component for Vue.
- Pinia: A modern and lightweight state management system for Vue.
- Clone the repository:
git clone https://github.com/your-username/vue3-ecommerce.git
cd vue3-ecommerce
Install dependencies:
npm install
Start the development server:
npm run dev
This project is licensed under the MIT License - see the LICENSE file for details.