Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnpapa/vue-workshop

Vue Fundamentals Workshops
https://github.com/johnpapa/vue-workshop

css html javascript vue vuejs

Last synced: about 2 months ago
JSON representation

Vue Fundamentals Workshops

Awesome Lists containing this project

README

        

# 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](https://nodejs.org) (currently 10.15.0 +)

1. Install the vue cli `npm install -g @vue/cli`

### Optional Setup

1. Install [Visual Studio Code](https://code.visualstudio.com/?wt.mc_id=vueworkshop-github-jopapa)

1. Install the [Vue Snippets extension](https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets&WT.mc_id=vueworkshop-github-jopapa)

1. Install the [Vue dev tools for Chrome](https://jpapa.me/vuedevtools)

1. Install the [Redux dev tools for Chrome](http://jpapa.me/reduxext)

## Running the Labs

1. Open the `labs` folder and run `npm install`

1. Run `npm run serve` to start the server

1. Browse to the app at

## 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.

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