Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43eb6b8

Browse files
author
Anthony Gore
committed
Merge branch 'video/10' into video/15
2 parents 50efa05 + 8f30e25 commit 43eb6b8

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

README.md

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Ultimate Vue.js Developers Course
1+
# Vue.js Calendar
22

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).
64

75
#### Demo
86

@@ -57,4 +55,39 @@ Your site will be available at *localhost:[PORT]* where `PORT` is whatever value
5755
5856
#### Lecture branches
5957
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.
63+
64+
| Lecture # | Branch name |
65+
| - | - |
66+
| 121 | video/02 |
67+
| 125 | video/06 |
68+
| 126 | video/07 |
69+
| 128 | video/09 |
70+
| 129 | video/10 |
71+
| 134 | video/15 |
72+
| 136 | video/17 |
73+
| 137 | video/18 |
74+
| 138 | video/19 |
75+
| 139 | video/20 |
76+
| 141 | video/22 |
77+
| 142 | video/23 |
78+
| 144 | video/25 |
79+
| 148 | video/29 |
80+
| 149 | video/30 |
81+
| 150 | video/31 |
82+
| 151 | video/32 |
83+
| 152 | video/33 |
84+
| 155 | video/36 |
85+
| 157 | video/38 |
86+
| 158 | video/39 |
87+
| 162 | video/43 |
88+
| 164 | video/45 |
89+
| 167 | video/48 |
90+
| 169 | video/50 |
91+
| 172 | video/53 |
92+
| 173 | video/54 |
93+
| 175 | video/56 |

0 commit comments

Comments
 (0)