Skip to content

johnpapa/vue-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-workshop

Authored by John Papa and Dan Wahlin

This repository contains labs and demos for the Vue Fundamentals workshop.

Setup

  1. Install the latest Active LTS for Node.js (currently 10.15.0 +)

  2. Install the vue cli npm install -g @vue/cli

Optional Setup

  1. Install Visual Studio Code

  2. Install the Vue Snippets extension

  3. Install the Vue dev tools for Chrome

  4. Install the Redux dev tools for Chrome

Running the Labs

  1. Open the labs folder and run npm install

  2. Run npm run serve to start the server

  3. Browse to the app at https://localhost:8080

Help

If you have problems running npm locally or just want to run in the browser, you can open any of the labs in CodeSandbox.io.

Replace the lab and either the begin or end folder to the example url below.

https://codesandbox.io/s/github/johnpapa/vue-workshop/tree/master/labs/03-data-binding/end

This link will open the end state of the 3rd lab.