Skip to content

Commit 784424f

Browse files
anamayfieldbencodezen
authored andcommitted
docs: updated introduction.md (#2483)
* Update introduction.md Improved clarity in Prerequisites section and added relevant links. * Update introduction.md Added Next Steps section to end of document * docs: Update src/guide/introduction.md * docs: remove duplicate section on next steps * style: remove extra new space --------- Co-authored-by: Ben Hong <ben@bencodezen.io>
1 parent 3922190 commit 784424f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/guide/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The above example demonstrates the two core features of Vue:
9191
You may already have questions - don't worry. We will cover every little detail in the rest of the documentation. For now, please read along so you can have a high-level understanding of what Vue offers.
9292

9393
:::tip Prerequisites
94-
The rest of the documentation assumes basic familiarity with HTML, CSS, and JavaScript. If you are totally new to frontend development, it might not be the best idea to jump right into a framework as your first step - grasp the basics and then come back! You can check your knowledge level with [this JavaScript overview](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript). Prior experience with other frameworks helps, but is not required.
94+
The rest of the documentation assumes basic familiarity with HTML, CSS, and JavaScript. If you are totally new to frontend development, it might not be the best idea to jump right into a framework as your first step - grasp the basics and then come back! You can check your knowledge level with these overviews for [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript), [HTML](https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML) and [CSS](https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps) if needed. Prior experience with other frameworks helps, but is not required.
9595
:::
9696

9797
## The Progressive Framework {#the-progressive-framework}
@@ -281,3 +281,4 @@ Different developers have different learning styles. Feel free to pick a learnin
281281
<p class="next-steps-caption">Explore examples of core features and common UI tasks.</p>
282282
</a>
283283
</div>
284+

0 commit comments

Comments
 (0)