safesite/static/groups/bower_components/bootstrap-datepicker
shilixia 3b62851061 groups1 2019-09-18 15:51:18 +08:00
..
docs groups1 2019-09-18 15:51:18 +08:00
js groups1 2019-09-18 15:51:18 +08:00
less groups1 2019-09-18 15:51:18 +08:00
tests groups1 2019-09-18 15:51:18 +08:00
CHANGELOG.md groups1 2019-09-18 15:51:18 +08:00
CODE_OF_CONDUCT.md groups1 2019-09-18 15:51:18 +08:00
CONTRIBUTING.md groups1 2019-09-18 15:51:18 +08:00
Gruntfile.js groups1 2019-09-18 15:51:18 +08:00
LICENSE groups1 2019-09-18 15:51:18 +08:00
README.md groups1 2019-09-18 15:51:18 +08:00
bower.json groups1 2019-09-18 15:51:18 +08:00
composer.json groups1 2019-09-18 15:51:18 +08:00
package.json groups1 2019-09-18 15:51:18 +08:00
yarn.lock groups1 2019-09-18 15:51:18 +08: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