Attendize/public/vendor/adminlte/bower_components/bootstrap-datepicker
merdiano 8c26fa6489 backpack base and crud installed 2018-12-15 12:51:31 +05:00
..
.github backpack base and crud installed 2018-12-15 12:51:31 +05:00
build backpack base and crud installed 2018-12-15 12:51:31 +05:00
dist backpack base and crud installed 2018-12-15 12:51:31 +05:00
docs backpack base and crud installed 2018-12-15 12:51:31 +05:00
grunt backpack base and crud installed 2018-12-15 12:51:31 +05:00
js backpack base and crud installed 2018-12-15 12:51:31 +05:00
less backpack base and crud installed 2018-12-15 12:51:31 +05:00
tests backpack base and crud installed 2018-12-15 12:51:31 +05:00
.bower.json backpack base and crud installed 2018-12-15 12:51:31 +05:00
.editorconfig backpack base and crud installed 2018-12-15 12:51:31 +05:00
.gitignore backpack base and crud installed 2018-12-15 12:51:31 +05:00
.travis.yml backpack base and crud installed 2018-12-15 12:51:31 +05:00
CHANGELOG.md backpack base and crud installed 2018-12-15 12:51:31 +05:00
CODE_OF_CONDUCT.md backpack base and crud installed 2018-12-15 12:51:31 +05:00
CONTRIBUTING.md backpack base and crud installed 2018-12-15 12:51:31 +05:00
Gruntfile.js backpack base and crud installed 2018-12-15 12:51:31 +05:00
LICENSE backpack base and crud installed 2018-12-15 12:51:31 +05:00
README.md backpack base and crud installed 2018-12-15 12:51:31 +05:00
bower.json backpack base and crud installed 2018-12-15 12:51:31 +05:00
composer.json backpack base and crud installed 2018-12-15 12:51:31 +05:00
package.json backpack base and crud installed 2018-12-15 12:51:31 +05:00
yarn.lock backpack base and crud installed 2018-12-15 12:51:31 +05:00

README.md

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