GCE ITTP Team Two Vue.js Calendar built using vuejsdevelopers tutorial + customized added Event functionality
Customized Calendar originally based on Source Code from Project 3: Vue.js Calendar (https://github.com/vuejsdevelopers/vuejs-calendar)
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 sample
cp .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.