The Bloemert Vue Workshop has two flavors: Online on CodeSandbox.io and Offline using this github repository.
Follow beneath steps to start the Bloemert Vue Workshop Offline version. The only 2 dependencies are, that you have NodeJS/NPM version 10+, and a Git client installed.
-
Download or Clone this github repository
git clone https://github.com/Bloemert/vueworkshop.git
-
Download and Install the node_modules using NPM:
cd <vueworkshop>\start npm install
-
Run the Workshop Start project from Visual Studio Code "Run start" or from command line using NPM:
cd <vueworkshop>\start npm run serve
And open in browser: http://localhost:8081/
Follow the Workshop presentation, guidelines, and assignments(Todo's) at http://vue.bloemert.com