Skip to content

A Vue Contact Manager app, this app can be used to easily store, update, delete and search users contact information like name, address and telephone number.

Notifications You must be signed in to change notification settings

DevAmirul/Vue-contact-manager-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contacts-manager

A Vue Contact Manager app, this app can be used to easily store, update, delete and search users contact information like name, address and telephone number.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

App Home

App Home

App Home

Project Setup

Here json -server is used as the server. So after downloading the project go inside src/assets/database, now install package.json file

cd src/assets/database
npm install
npm run server

Then do the following as usual.....

cd ../../..
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

A Vue Contact Manager app, this app can be used to easily store, update, delete and search users contact information like name, address and telephone number.

Topics

Resources

Stars

Watchers

Forks