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: day-16/day-16.cq.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,6 @@ let renderComponent = {
136
136
137
137
Thankfully, the child `header` element is to contain no child elements of its own and instead simply display the value of the `message` prop. To have the `header` element display the `message` prop as its child content we’ll declare `this.message` in the third argument of the nested `createElement` function. `this.message` will reference the message property available in the component as props:
Copy file name to clipboardExpand all lines: day-30/day-30.cq.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
> We've made it! Day 30. Congrats! Now you have enough information to create Vue applications with the __Vue CLI__, integrated with data with __Vuex__, client-side routed with __Vue Router__, and even tested with the __Vue Test Utils__ library.
4
4
5
-
<palign="center">
6
-

7
-
Photo by the talented [@ianjamesstauffer](https://www.instagram.com/ianjamesstauffer/)
5
+
<palign="center">
6
+
<imgsrc="./public/assets/carpe-diem.png" />
7
+
<span>Photo by the talented <ahref="https://www.instagram.com/ianjamesstauffer/"target="_blank">@ianjamesstauffer</a></span>
8
8
</p>
9
9
10
10
We've covered a lot of material in the past 30 days. Some of the high-level topics we discussed are:
Did you happen to enjoy this course and are interested in going deeper with Vue, with us? Check out [Fullstack Vue](https://www.fullstack.io/vue)! Not only do we cover __in-depth__ the topics we briefly introduced in this 30 days, we go into plenty of other content, including (but not limited to):
Copy file name to clipboardExpand all lines: day-30/day-30.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
> We've made it! Day 30. Congrats! Now you have enough information to create Vue applications with the **Vue CLI**, integrated with data with **Vuex**, client-side routed with **Vue Router**, and even tested with the **Vue Test Utils** library.
4
4
5
-
<palign="center">
6
-

7
-
Photo by the talented [@ianjamesstauffer](https://www.instagram.com/ianjamesstauffer/)
5
+
<palign="center">
6
+
<imgsrc="./public/assets/carpe-diem.png" />
7
+
<span>Photo by the talented <ahref="https://www.instagram.com/ianjamesstauffer/"target="_blank">@ianjamesstauffer</a></span>
8
8
</p>
9
9
10
10
We've covered a lot of material in the past 30 days. Some of the high-level topics we discussed are:
@@ -26,7 +26,7 @@ Although we covered a lot of topics in our first 30 days, there is so much more!
26
26
27
27
Link: <https://vuejs.org/v2/guide/>
28
28
29
-
The Vue core documentation have a reputation for being one of the best-written technical documentations out there… and for very good reason! Translated in seven languages, the Vue docs explains all the nifty details in a simple and clean manner.
29
+
The Vue core documentation has a reputation for being one of the best-written technical documentations out there… and for very good reason! Translated in seven languages, the Vue docs explains all the nifty details in a simple and clean manner.
Did you happen to enjoy this course and are interested in going deeper with Vue, with us? Check out [Fullstack Vue](https://www.fullstack.io/vue)! Not only do we cover **in-depth** the topics we briefly introduced in this 30 days, we go into plenty of other content, including (but not limited to):
@@ -72,6 +72,6 @@ Did you happen to enjoy this course and are interested in going deeper with Vue,
72
72
- For the full package - access to a series of videos, almost 2hrs in length, to _set up_, _build_, and _deploy_ an **entire Vue.js application** from scratch - [check out the app here](http://simplecoincap.com/)!
73
73
- And much much more.
74
74
75
-
All the above are all done within the context of building **much larger applications** as well. Check out the book page at [www.fullstack.io/vue](https://www.fullstack.io/vue) for more details.
75
+
All the above are all done within the context of building **much larger applications** as well. Check out the book page at [www.fullstack.io/vue](https://www.fullstack.io/vue) for all the juicy details.
76
76
77
-
With that said, congrats on making it to day 30! We look forward to see what you accomplish with Vue 🎉.
77
+
With that said, congrats on making it to day 30! We look forward to seeing what you accomplish with Vue 🎉.
0 commit comments