openpdu/static/bower_components/bootstrap-datepicker
2020-12-23 10:11:11 +01:00
..
build initial import 2020-12-23 10:11:11 +01:00
dist initial import 2020-12-23 10:11:11 +01:00
docs initial import 2020-12-23 10:11:11 +01:00
js initial import 2020-12-23 10:11:11 +01:00
less initial import 2020-12-23 10:11:11 +01:00
tests initial import 2020-12-23 10:11:11 +01:00
bower.json initial import 2020-12-23 10:11:11 +01:00
CHANGELOG.md initial import 2020-12-23 10:11:11 +01:00
CODE_OF_CONDUCT.md initial import 2020-12-23 10:11:11 +01:00
composer.json initial import 2020-12-23 10:11:11 +01:00
CONTRIBUTING.md initial import 2020-12-23 10:11:11 +01:00
Gruntfile.js initial import 2020-12-23 10:11:11 +01:00
LICENSE initial import 2020-12-23 10:11:11 +01:00
package.json initial import 2020-12-23 10:11:11 +01:00
README.md initial import 2020-12-23 10:11:11 +01:00
yarn.lock initial import 2020-12-23 10:11:11 +01:00

bootstrap-datepicker

Join the chat at https://gitter.im/uxsolutions/bootstrap-datepicker Build Status GitHub license npm Twitter Follow

Versions are incremented according to semver.

CDN

You can use the CloudFlare powered cdnjs.com on your website.

bootstrap-datepicker on cdnjs

Please note: It might take a few hours until a new version is available on cdnjs.

Development

Once you cloned the repo, you'll need to install grunt and the development dependencies using a package manager:

  • yarn (recommended):
$ [sudo] yarn global add grunt-cli
$ yarn install
$ [sudo] npm install --global grunt-cli
$ npm install