All Projects → johnpapa → vue-workshop

johnpapa / vue-workshop

Licence: other
Vue Fundamentals Workshops

Programming Languages

Vue
7211 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

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 http://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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].