December 27, 2018

420 words 2 mins read

sdras/intro-to-vue

sdras/intro-to-vue

Workshop Materials for my Introduction to Vue.js Workshop

repo name sdras/intro-to-vue
repo link https://github.com/sdras/intro-to-vue
homepage
language Vue
size (curr.) 206 kB
stars (curr.) 1989
created 2017-07-06
license

Introduction to Vue.js Course Materials

Starter Materials for the Introduction to Vue.js Course

Author: Sarah Drasner

This repo houses the materials and resources for the Introduction to Vue.js course on Frontend Masters.

Most of the materials for the course are outlined below, but there are also directories housed here of very basic examples of some of the techniques we will cover so that students don’t have to spend a lot of time researching in order to get started. It is recommended that students use CodePen to create work for the duration of the course, as we’ll use preprocessors like SCSS as well as Babel for ES6, and resources like Vue.js, both prod and dev versions, codepen makes it easy to do so without time devoted to setup. If you like, you can also scroll to the CodePen collection section and fork one of the existing pens in those collections, they are comprehensive. There are more true-to-life build process examples, in the VueCLI, Nuxt, and Vuex Resource Sections. It’s encouraged to watch the lecture to learn how to set up the builds yourself, though.

Here are the Vue chrome devtools

Here is the codepen debugger chrome extension

Here are the snippets I’ll be using vue sublime snippets

For sections covering Nuxt, we will be using the directories listed in the Nuxt section below as well as their directories, prefixed with nuxt- here.

Slides:

All slides have password !vue!

Collections:

Included in this repo are some very basic starter kits.

VueCLI Resources

There’s a directory you can use as a Vue-CLI starter kit:

  • setup1

Nuxt Resources

There are directories you can use as Nuxt starter kits:

  • setup2
  • nuxt-css-animation-starter
  • nuxt-js-animation-starter
  • nuxt-fixed-transition-modes

Vuex Resources

There’s a directory you can use as a Vuex starter kit:

  • vuex-example

Here are the directories for the Vuex exercise:

  • commentform-problem
  • commentform-solution

License

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

comments powered by Disqus