Kindly make sure node.js and Vue JS is installed in the local machine before running the project. To install Vue:
npm install vue
npm install -g @vue/cli
Once Vue is installed in your machine, kindly run the following commands to set up the project:
npm install
Once the dependecies is installed, kindly run the following commands to run the project and serve the application in local.
npm run serve