Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 408 Bytes

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
  • Basic understanding of HTML and JavaScript