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.
All slides have password !vue!
- Intro to Vue 1: Directives & Data Rendering
- Intro to Vue 2: Methods, Computed, Watchers
- Intro to Vue 3: Components, Slots
- Intro to Vue 4: Vue CLI & Nuxt
- Intro to Vue 5: Vue Animations
- Intro to Vue 5.5: Vue Animations
- Intro to Vue 6: Filters, Mixins, & Custom Directives
- Intro to Vue 7: Vuex
Included in this repo are some very basic starter kits.
There's a directory you can use as a Vue-CLI starter kit:
- setup1
There are directories you can use as Nuxt starter kits:
- setup2
- nuxt-css-animation-starter
- nuxt-js-animation-starter
- nuxt-fixed-transition-modes
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
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License