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
Source code for the [Ultimate Vue.js Developers Course](https://www.udemy.com/course/1022582) on Udemy.
3
+
Source code for the [Ultimate Vue.js Developers Course](http://bit.ly/2mPK8ny).
4
4
5
5
### Project 3: Vue.js Calendar
6
6
7
7
#### Demo
8
8
9
-
See the completed project here: [https://vuejs-calendar.getjsdojo.com/](https://vuejs-calendar.getjsdojo.com/)
9
+
See the completed project here: [http://vuejs-calendar.vuejsdevelopers.com/](http://vuejs-calendar.vuejsdevelopers.com/)
10
+
11
+
#### Pre-installation
12
+
13
+
- Ensure [Node.js >=5.10](https://nodejs.org/en/download/), [NPM](https://docs.npmjs.com) and [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) are installed on your system
10
14
11
15
#### Installation
12
16
13
-
1. Clone this repository on your local file system
17
+
1. Install this code on your local system
18
+
19
+
1. Fork this repository (click 'Fork' button in top right corner)
20
+
2. Clone the forked repository on your local file system
0 commit comments