Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 662 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 662 Bytes

vuejs-calendar-challenge

This repository contains code for the job application challenge. The challenge is to implement date range component with custom calendar in Vue.js without help of additional libraries.

Prerequisites

Software required to run the project.

Installing App

To install dependencies use:

yarn install

Starting App

To start development server use:

yarn serve

and open http://localhost:8080

Running tests

To run unit tests use:

yarn test:unit

Built With