8000 Adding Introduction and Conclusion · vuejsadmin/30-days-of-vue@1dc74eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 1dc74eb

Browse files
djirdehhdjirdehh
authored andcommitted
Adding Introduction and Conclusion
1 parent 6b53a99 commit 1dc74eb

File tree

5 files changed

+42
-26
lines changed

5 files changed

+42
-26
lines changed

CREDITS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
- Day 28 Photo by Vincent van Zalinge on Unsplash [link](https://unsplash.com/photos/JBdlVj3Mg5I)
3030
- Day 29 Photo by Colin Watts on Unsplash [link](https://unsplash.com/photos/4MQ8vLHv7RY)
3131
- Day 30 Photo by 223 223 on Unsplash [link](https://unsplash.com/photos/MlmN7bHBhE4)
32+
- Day 30 Celebration Photo by Ian Stauffer on Unsplash [link](https://unsplash.com/photos/bH7kZ0yazB0)

conclusion.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Conclusion
2+
3+
Enjoyed 30 Days of Vue and 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):
4+
5+
<p align="center">
6+
<img src="./day-30/public/assets/fullstack-vue-cover.png" />
7+
</p>
8+
9+
- Proven patterns to building large-scale Vue apps from scratch.
10+
- Integrating Vuex to a server-persisted app.
11+
- Advanced routing with dynamic route matching, navigation guards, and authenticated routes.
12+
- An in-depth review of unit testing which involve testing components in a Vue Router and Vuex integrated setting.
13+
- Forms forms forms! We cover form validations, from basic form inputs through validating and integrating with Vuex.
14+
- 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](https://www.simplecoincap.com/)!
15+
- And much much more.
16+
17+
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!

day-30/day-30.cq.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
<p align="center">
66
<img src="./public/assets/carpe-diem.png" />
7-
<span>Photo by the talented <a href="https://www.instagram.com/ianjamesstauffer/" target="_blank">@ianjamesstauffer</a></span>
87
</p>
98

109
We've covered a lot of material in the past 30 days. Some of the high-level topics we discussed are:
@@ -62,16 +61,6 @@ and...
6261
<img src="./public/assets/fullstack-vue-cover.png" />
6362
</p>
6463

65-
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):
64+
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 as well.
6665

67-
- Proven patterns to building large-scale Vue apps from scratch.
68-
- Integrating Vuex to a server-persisted app.
69-
- Advanced routing with dynamic route matching, navigation guards, and authenticated routes.
70-
- An in-depth review of unit testing which involve testing components in a Vue Router and Vuex integrated setting.
71-
- Forms forms forms! We cover form validations, from basic form inputs through validating and integrating with Vuex.
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-
- And much much more.
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 all the juicy details.
76-
77-
With that said, congrats on making it to day 30! We look forward to seeing what you accomplish with Vue 🎉.
66+
With that said, congrats on making it to day 30. We look forward to seeing what you accomplish with Vue! If you feel like you've learned certain things that you'd like others to know, share it by blogging and/or tweeting about it!

day-30/day-30.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
<p align="center">
66
<img src="./public/assets/carpe-diem.png" />
7-
<span>Photo by the talented <a href="https://www.instagram.com/ianjamesstauffer/" target="_blank">@ianjamesstauffer</a></span>
87
</p>
98

109
We've covered a lot of material in the past 30 days. Some of the high-level topics we discussed are:
@@ -62,16 +61,6 @@ and...
6261
<img src="./public/assets/fullstack-vue-cover.png" />
6362
</p>
6463

65-
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):
64+
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 as well.
6665

67-
- Proven patterns to building large-scale Vue apps from scratch.
68-
- Integrating Vuex to a server-persisted app.
69-
- Advanced routing with dynamic route matching, navigation guards, and authenticated routes.
70-
- An in-depth review of unit testing which involve testing components in a Vue Router and Vuex integrated setting.
71-
- Forms forms forms! We cover form validations, from basic form inputs through validating and integrating with Vuex.
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-
- And much much more.
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 all the juicy details.
76-
77-
With that said, congrats on making it to day 30! We look forward to seeing what you accomplish with Vue 🎉.
66+
With that said, congrats on making it to day 30. We look forward to seeing what you accomplish with Vue! If you feel like you've learned certain things that you'd like others to know, share it by blogging and/or tweeting about it!

introduction.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Introduction
2+
3+
Hello!
4+
5+
Welcome to __Fullstack's 30 Days of Vue__ - an introduction to the Vue framework in 30 bite-sized morsels.
6+
7+
<p align="center">
8+
<img src="./images/30-days-of-vue-hardcover.png" />
9+
</p>
10+
11+
My name's [Hassan](https://twitter.com/djirdehh) and I'm a Front End Engineer based in Toronto, Canada. I fell in love with Vue a few years ago and have spent a lot of my free time [compiling blogs about certain topics](https://medium.com/fullstackio) within the framework, [giving talks](https://www.youtube.com/watch?v=B7g7MOrDtMY), [holding workshops](https://vuetraining.fullstack.io/), and writing the book [Fullstack Vue](https://www.fullstack.io/vue/).
12+
13+
If you've never used Vue before and are interested in getting started, welcome! I always encourage newcomers to first peruse the [Vue Documentation](https://vuejs.org/v2/guide/installation.html) since the Vue Docs are often known to be some of the best-written documentation out there. In the general JavaScript ecosystem, I've personally found that a large number of external learning resources tend to assume the reader has some prior knowledge about certain concepts. With 30 Days of Vue, I've attempted to make this resource __as welcoming as possible for complete newcomers__. We'll be keeping everything as _lightweight_ as possible and look to demonstrate concepts with simple to follow examples. If you're already familiar with HTML, CSS, and have a little understanding of JavaScript - you've come to the right place!
14+
15+
In 30 Days of Vue, we'll be walking through some of the common bells and whistles that exist in modern web development (e.g. __data-driven UI__, __reusable web components__, the __Flux architecture__, __Webpack based projects__, etc.) all within one of the fastest growing JavaScript frameworks today - Vue.js.
16+
17+
I really hope you enjoy going through this material as much as I enjoyed compiling it. I'll be doing my best to keeping this resource up to date so if you have any questions, feedback, and/or would like to contribute - you're always welcome to reach out through the [Github Repo](https://github.com/fullstackio/30-days-of-vue). You can always drop us an email at [us@fullstack.io](us@fullstack.io) or reach out to me on Twitter - [@djirdehh](https://twitter.com/djirdehh).
18+
19+
Cheers!
20+
Hassan Djirdeh

0 commit comments

Comments
 (0)
0