Skip to content

Slides and files from talk given at Meetup.com London Vue.js #3

Notifications You must be signed in to change notification settings

tomcon/london-vuejs-3-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time live results board & other tips

  • London VueJS Meetup, Thursday 7th July 2016

Abstract

Part 1; Vue.js, Node, Socket.io, MongoDB working together to create a live results board for sporting events.
Part 2; Looking behind a larger app and tips learned from both.

Along the way see how to move from the simpler examples shown on vuejs.org to more complex apps and remain productive. Suited for people fairly new to Vue.js and/or those who have come to it from other languages.

Folders

###/simple-extended (taken from vue-cli simple template) Very small project demonstrating the following:

npm install -g live-server 
live-server 

###/slides Slides from the meeting

###/useful Useful utils to aid development

  • mk_node_module_links.js
    npm install can be very time-consuming, plus windows users suffer from folder depth
    Useful to speed up dev if you're short of time, or want to use this for convenience
    Creates symlinks within your project node_modules folder from your global install

  • also see last slide "Useful Tools & Information"
    Especially ngrok & Vue-socket.io

Real-time results board

Currently held in a private repo.

About

Slides and files from talk given at Meetup.com London Vue.js #3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published