Source code for the Ultimate Vue.js Developers Course.
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
.env
file by copying the samplecp .env_sample .env
Edit 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 lecture/xxx
correspond to course lectures.