Run installations in both root and in the frontend folder:
npm install
Set the environment you want to use and choose the related compiling method described as below
cp .env.example .env
You must compile contracts first in order to generate ABIs that Vue.js will use to interact with them
npm run serve