0.1.1 • Published 6 years ago

vue-date-quick-slider v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Vue Date Quick Slider

Vue date slider library that is built for https://timehunter.io . It aims to provide an easy and user friendly date filter that can navigate back and forth by a simple click of a button. It is responsive and built with moment.

Demo Page

Built With

  • Vue 2.x - The Frontend Framework
  • Moment - The amazing JavaScript DateTime library

Installation

npm

$ npm install --save vue-date-quick-slider
import dateQuickSlider from 'vue-date-quick-slider';

export default {
  // ...
  components: {
    dateQuickSlider
  }
  // ...
}

Contributing

If you would like to help this library grow further, or you see any errors in code, please submit an issue in GitHub.

You can build and make changes to this library locally by cloning the repository and run it by following the instruction below.

Pull requests are always welcome!

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests - NOT IMPLEMENTED
npm run unit

# run e2e tests - NOT IMPLEMENTED
npm run e2e

# run all tests - NOT IMPLEMENTED
npm test

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details