Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 667 Bytes

File metadata and controls

35 lines (25 loc) · 667 Bytes

Contact Management System

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.

Project Setup

npm install

Running the Project

1. Start the JSON Server

npm run serve:json

This will start the JSON Server at http://localhost:3000.

2. Start the development Server

npm run dev

This will start the development server at http://localhost:5173.

Build the project for production

npm run build

Lint with ESLint

npm run lint