Workshop 4: Vue.js
The second workshop will focus on setting up a simple Vue.js web-app with a login form for a user to authenticate.
Open a clean directory and clone the working repository (if not already done):
git clone https://github.com/Pwntus/mic-workshops.git
Next, navigate to mic-workshops/workshops/04
and run npm i
:
cd mic-workshops/workshops/04 && npm i
Wait for it to complete before continuing.