Skip to content

Contact Management System built with Vue.js, TypeScript, and Pinia

Notifications You must be signed in to change notification settings

fracado/cc-contacts

Repository files navigation

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

About

Contact Management System built with Vue.js, TypeScript, and Pinia

Resources

Stars

Watchers

Forks