Home - VVJS/intro GitHub Wiki

Make sure Node and NPM are installed, then install yarn. You might need to use sudo

sudo npm install -g yarn

And clone the repo and install the packages

git clone --branch 1.1 https://github.com/VVJS/intro
cd intro
yarn

Check to see if it works

yarn serve

Then go to http://localhost:8080 in your browser. You should see something like this: If so, you are ready to begin!

P.S. If you do not have a favourite code editor, I would strongly recommend VS Code by Microsoft with the Vetur extension.

Now on to the first step.