You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-5Lines changed: 38 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
-
# Ultimate Vue.js Developers Course
1
+
# Vue.js Calendar
2
2
3
-
Source code for the [Ultimate Vue.js Developers Course](http://bit.ly/2mPK8ny).
4
-
5
-
### Project 3: Vue.js Calendar
3
+
Source code for the [Build A Professional Vue App with Vuex & Server-Side Rendering](https://courses.vuejsdevelopers.com/p/build-vue-vuex-app-ssr?utm_source=github-vjd).
6
4
7
5
#### Demo
8
6
@@ -57,4 +55,39 @@ Your site will be available at *localhost:[PORT]* where `PORT` is whatever value
57
55
58
56
#### Lecture branches
59
57
60
-
Note that branches in the repo named `lecture/xxx` correspond to course lectures.
58
+
Each branch of of the repo shows the state of the code at the end of any particular video e.g. `video/06` shows the state at the end of video 6.
59
+
60
+
If you want the initial state of the code, use the `master` branch.
61
+
62
+
If you're doing the *Vue.js Essentials - 3 Course Bundle* course on Udemy, you'll need the following conversion table to match the branch to the lecture number.
0 commit comments