Skip to content

Instantly share code, notes, and snippets.

@ryanmr
Last active March 22, 2017 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanmr/2f89b458a80c61af965881fc76cd815e to your computer and use it in GitHub Desktop.
Save ryanmr/2f89b458a80c61af965881fc76cd815e to your computer and use it in GitHub Desktop.
Vue Hack Night Program

Vue

Welcome to the Hack Night!

If you have not already, you can register for this event.

You know me. You can follow me just about everywhere, but especially on Twitter @ryanmr.

Tonight's Program

Tonight's program looks like this:

  1. Presentation (follow along if you like)
    • Introduction to Vue
    • How It Works
    • Syntax & Patterns
  2. Workshop: Practice with a Simple Kanban
  3. Presentation
    • Vue Components
    • Vue CLI
    • Vue Router
    • Vuex
  4. Workshop: (time permitting)
    • Practice with the Vue CLI
    • Practice understanding a component based SPA

Setup

For the first half of the night, you will just need a computer with Google Chrome and some kind of Internet connection, as we will use the Codepen below as our initial workspace.

For the second half of the night, you will need node, npm, a provided repository and some text editor. Consider getting these tools and resources before arriving, or at least starting the downloads early in the night because they can take a while.

  1. Setup node and npm for your environment - how to
  2. Run npm install -g vue-cli - vue-cli github
  3. Clone this repository and follow its setup instructions (i.e. npm install)
  4. I highly recommend VSCode and the Vetur plugin.

Immersive Learning Code Examples

Practice with Simple Kanban

Links

Vue

Friends of Vue

Links

Sources of Knowledge

Feedback

Closing

Watch out for cars, and have a good one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment