https://github.com/sdras/intro-to-vue
Workshop Materials for my Introduction to Vue.js Workshop
https://github.com/sdras/intro-to-vue
introduction-to-nuxt introduction-to-vue nuxt vue vue-animations vue-cli vue-directive vue-methods vue-watchers vuex
Last synced: 28 days ago
JSON representation
Workshop Materials for my Introduction to Vue.js Workshop
- Host: GitHub
- URL: https://github.com/sdras/intro-to-vue
- Owner: sdras
- Created: 2017-07-06T16:36:55.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T18:39:43.000Z (about 2 years ago)
- Last Synced: 2025-04-07T00:12:13.597Z (about 1 month ago)
- Topics: introduction-to-nuxt, introduction-to-vue, nuxt, vue, vue-animations, vue-cli, vue-directive, vue-methods, vue-watchers, vuex
- Language: Vue
- Homepage: https://frontendmasters.com/workshops/vue-v2/
- Size: 3.13 MB
- Stars: 2,792
- Watchers: 86
- Forks: 591
- Open Issues: 185
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [Introduction to Vue.js 3 Course](https://frontendmasters.com/courses/vue-3/) Materials
Author: Sarah Drasner
FYI The previous version [Vue 2 course is available here.](https://frontendmasters.com/courses/vue/)
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](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?hl=en)
- Here are the [Vue 3 beta chrome devtools](https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg)
- Here is the codepen debugger [chrome extension](https://chrome.google.com/webstore/detail/codopen/agnkphdgffianchpipdbkeaclfbobaak)
- Here is [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) for VS Code
- Here are the snippets I'll be using [vue vscode snippets](https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets)
- Here is my [Vue Extension Pack for VS Code](https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-extensionpack)
- Here is the [hub tool](https://hub.github.com/) I use to work with GitHub from the command line# Materials for Vue 3 Course
## Slides:
**All slides have password `!vue!`**
- [Intro to Vue Intro](https://slides.com/sdrasner/deck?token=gsSM2n2V)
- [Intro to Vue 1: Directives & Data Rendering](https://slides.com/sdrasner/intro-to-vue3-1?token=n3Yja_t9)
- [Intro to Vue 2: Methods, Computed, Watchers](https://slides.com/sdrasner/intro-to-vue3-2?token=jgTfDndR)
- [Intro to Vue 3: Components and Slots](https://slides.com/sdrasner/intro-to-vue-3-3?token=NLsRwMvr)
- [Intro to Vue 4: Vue CLI and Nuxt](https://slides.com/sdrasner/intro-to-vue-3-4?token=0IQFDZvK)
- [Intro to Vue 5: Animation](https://slides.com/sdrasner/intro-to-vue-3-5?token=YXhIwtpW)
- [Intro to Vue 6: Composition API and Custom Directives](https://slides.com/sdrasner/intro-to-vue-3-6?token=yidUZcRL)
- [Intro to Vue 7: Vuex](https://slides.com/sdrasner/intro-to-vue-3-7?token=YvT8ZUzV)_This course has been updated in 2020 for the Vue3 release, older materials for Vue 2 course available in the vue2-resources directory._
## License
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)