Vuejs 3 Contacts App Using Composition Api & Pinia
This project was built using Vuejs 3 Composition API & Pinia, this is a contacts app, the state is managed using pinia, and the user can store update and delete contacts.
How to use :
Extract the folder then open the project using the command line and run the commands:
npm install to install all the packages
npm run dev to start the server.