|
3 | 3 | A short, concise tutorial on the popular front-end framework Vue.js. Written for the Mission Vista High School Web Programming course.
|
4 | 4 |
|
5 | 5 | ## Table of Contents
|
6 | | -1. [Getting Started](#start) |
| 6 | +1. [Getting Started](#getting-started) |
7 | 7 | + [Installation and Usage](#installation)
|
8 | 8 | 2. [Basics](#basics)
|
9 | 9 | 5. [Resources](#resources)
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 | | -### Getting Started <aname="start"></a> |
| 13 | +### Getting Started |
14 | 14 | Vue.js is the Javascript framework. In this section, we will go over the core concepts to and understand and use Vue.js.
|
15 | 15 |
|
16 | 16 | #### Installation and Usage <a name="installation"></a>
|
|
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 | | -### Resources <aname="resources"></a> |
| 78 | +### Resources |
79 | 79 | Vue.js is one of the better documented frameworks out there. Regardless, I have compiled a list of my favorite Vue.js documentations/tutorials while writing this tutorial.
|
80 | 80 | + **[Vue.js Official Documentation](https://vuejs.org/)**
|
81 | 81 |
|
|
0 commit comments