This project is a Contact Management System built with Vue.js, TypeScript, and Pinia for state management. It allows users to manage contacts, including creating, updating, and filtering contacts.
npm install
npm run serve:json
This will start the JSON Server at http://localhost:3000.
npm run dev
This will start the development server at http://localhost:5173.
npm run build
Lint with ESLint
npm run lint