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
- Host: GitHub
- URL: https://github.com/willtpwise/vue-workshop
- Owner: willtpwise
- Created: 2018-07-17T00:15:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T04:56:32.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T05:55:52.410Z (over 1 year ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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