todo/public/vendor/bootstrap-datepicker
Supan Adit Pratama 35d8715ab4 first commit
2020-06-23 11:40:37 +07:00
..
.github first commit 2020-06-23 11:40:37 +07:00
build first commit 2020-06-23 11:40:37 +07:00
dist first commit 2020-06-23 11:40:37 +07:00
docs first commit 2020-06-23 11:40:37 +07:00
grunt first commit 2020-06-23 11:40:37 +07:00
js first commit 2020-06-23 11:40:37 +07:00
less first commit 2020-06-23 11:40:37 +07:00
tests first commit 2020-06-23 11:40:37 +07:00
.bower.json first commit 2020-06-23 11:40:37 +07:00
.editorconfig first commit 2020-06-23 11:40:37 +07:00
.travis.yml first commit 2020-06-23 11:40:37 +07:00
bower.json first commit 2020-06-23 11:40:37 +07:00
CHANGELOG.md first commit 2020-06-23 11:40:37 +07:00
CODE_OF_CONDUCT.md first commit 2020-06-23 11:40:37 +07:00
composer.json first commit 2020-06-23 11:40:37 +07:00
CONTRIBUTING.md first commit 2020-06-23 11:40:37 +07:00
Gruntfile.js first commit 2020-06-23 11:40:37 +07:00
LICENSE first commit 2020-06-23 11:40:37 +07:00
package.json first commit 2020-06-23 11:40:37 +07:00
README.md first commit 2020-06-23 11:40:37 +07:00
yarn.lock first commit 2020-06-23 11:40:37 +07: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