-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add links for free video content at Vue School #2177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@yyx990803 I added screenshots with the placements. |
src/v2/guide/index.md
Outdated
@@ -13,6 +13,7 @@ If you’d like to learn more about Vue before diving in, we <a id="modal-player | |||
If you are an experienced frontend developer and want to know how Vue compares to other libraries/frameworks, check out the [Comparison with Other Frameworks](comparison.html). | |||
|
|||
<div class="vue-mastery"><a href="https://www.vuemastery.com/courses/intro-to-vue-js/vue-instance/" target="_blank" rel="noopener" title="Free Vue.js Course">Watch a free video course on Vue Mastery</a></div> | |||
<div class="vueschool"><a href="https://vueschool.io/courses/vuejs-fundamentals?friend=vuejs" target="_blank" rel="noopener" title="Free Vue.js Fundamentals Course">Watch a free video course on Vue School</a></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's a bit confusing to the users to have both here. It'd be best to keep it as-is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yyx990803 ahh I understand it might be weird to have two links. What do you think in general of offering users multiple resources?
We could have two links (Vue Mastery and Vue School) in one banner or rotating banners.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yyx990803 I have removed the link to unblock the PR 🙂
This PR adds links to free courses and lessons. We have handpicked the lessons to make sense on their own to not require the users to have watched previous or following lessons.
Courses:
Vue.js Fundamentals
Components Fundamentals
Lessons:
Form Validation
Lifecycle Hooks
Class Binding
Component Registration
Async Components
Custom Vue Directives
Intro to Single File Components
Here are the visuals for the placements.