See the completed project here: http://vuejs-calendar.vuejsdevelopers.com/
- Ensure Node.js >=5.10, NPM and git are installed on your system
-
Install this code on your local system
-
Fork this repository (click 'Fork' button in top right corner)
-
Clone the forked repository on your local file system
cd /path/to/install/location git clone https://github.com/[your_username]/vuejs-calendar.git
-
-
Change into directory
cd vuejs-calendar -
Install dependencies
cd vuejs-calendar npm install -
Create a
.envfile by copying the samplecp .env_sample .envEdit the .env file and replace any variables if needed
-
Start project
npm run start
Your site will be available at localhost:[PORT] where PORT is whatever value is set in your .env file.
Note that branches in the repo named video/xx correspond to course lectures.