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 installnpm run serve:jsonThis will start the JSON Server at http://localhost:3000.
npm run devThis will start the development server at http://localhost:5173.
npm run buildLint with ESLint
npm run lint