Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adbutt/vuejs-calendar

 
 

Repository files navigation

Ultimate Vue.js Developers Course

Source code for the Ultimate Vue.js Developers Course on Udemy.

Project 3: Vue.js Calendar

Demo

See the completed project here: https://vuejs-calendar.getjsdojo.com/

Installation

  1. Clone this repository on your local file system

    cd /path/to/install/location
    git clone [email protected]:getjsdojo/vuejs-calendar.git
    
  2. Install dependencies

    npm install
    
  3. Create a .env file by copying the sample

    cp .env_sample .env
    

    Edit the .env file and replace any variables if needed

  4. Start project

    npm run start
    
  5. Your site will be available at localhost:[PORT] where PORT is whatever value is set in your .env file.

Udemy lecture branches

Note that branches in the repo named lecture/xxx correspond to course lectures.

About

Source code for "The Ultimate Vue.js Developers Course"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • CSS 45.2%
  • HTML 4.0%