Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 526 Bytes

email-threats-dashboard

This project is built on Vue.js

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

Project setup

Once Vue is installed in your machine, kindly run the following commands to set up the project:

npm install

Run the project

Once the dependecies is installed, kindly run the following commands to run the project and serve the application in local.

npm run serve