motorbike/public/assets/bower_components/bootstrap-datepicker
2025-07-08 16:43:45 +02:00
..
.github upload to git c4m 2025-07-08 16:43:45 +02:00
build upload to git c4m 2025-07-08 16:43:45 +02:00
dist upload to git c4m 2025-07-08 16:43:45 +02:00
docs upload to git c4m 2025-07-08 16:43:45 +02:00
grunt upload to git c4m 2025-07-08 16:43:45 +02:00
js upload to git c4m 2025-07-08 16:43:45 +02:00
less upload to git c4m 2025-07-08 16:43:45 +02:00
tests upload to git c4m 2025-07-08 16:43:45 +02:00
.bower.json upload to git c4m 2025-07-08 16:43:45 +02:00
.editorconfig upload to git c4m 2025-07-08 16:43:45 +02:00
.gitignore upload to git c4m 2025-07-08 16:43:45 +02:00
.travis.yml upload to git c4m 2025-07-08 16:43:45 +02:00
bower.json upload to git c4m 2025-07-08 16:43:45 +02:00
CHANGELOG.md upload to git c4m 2025-07-08 16:43:45 +02:00
CODE_OF_CONDUCT.md upload to git c4m 2025-07-08 16:43:45 +02:00
composer.json upload to git c4m 2025-07-08 16:43:45 +02:00
CONTRIBUTING.md upload to git c4m 2025-07-08 16:43:45 +02:00
Gruntfile.js upload to git c4m 2025-07-08 16:43:45 +02:00
LICENSE upload to git c4m 2025-07-08 16:43:45 +02:00
package.json upload to git c4m 2025-07-08 16:43:45 +02:00
README.md upload to git c4m 2025-07-08 16:43:45 +02:00
yarn.lock upload to git c4m 2025-07-08 16:43:45 +02: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