Skip to content

This project uses cutting edge features like server-side rendering and the VueX state management library.

Notifications You must be signed in to change notification settings

shzad78/Calendar

Repository files navigation

Vue.js Calendar

Installation

  1. Clone this repository on your local file system

  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.

About

This project uses cutting edge features like server-side rendering and the VueX state management library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published