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.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
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
cd ../../..
npm install
npm run dev
npm run build