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

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

A Vue.js workshop for the August 2018 NodeGirls meetup
https://github.com/willtpwise/vue-workshop

Last synced: 2 months ago
JSON representation

A Vue.js workshop for the August 2018 NodeGirls meetup

Awesome Lists containing this project

README

          

# vue-workshop

> A Vue.js workshop for Node Girls Sydney

## What's included
This is a fundamentals workshop for Vue.js. We'll be building a soccer game and focusing on some Vue essentials:

* Component breakdown
* Single file format
* Data flow
* Props and events
* Repeaters (`v-for`)

## Workshop prerequisites
* [Node + NPM](https://nodejs.org/en/download/)
* Basic understanding of HTML and JavaScript