safesite/groups/static/groups/bower_components/bootstrap-datepicker
caoqianming dc97d76279 更新gitignore 2021-04-14 20:46:46 +08:00
..
.github 更新gitignore 2021-04-14 20:46:46 +08:00
dist 更新gitignore 2021-04-14 20:46:46 +08:00
docs 更新gitignore 2021-04-14 20:46:46 +08:00
grunt 更新gitignore 2021-04-14 20:46:46 +08:00
js 更新gitignore 2021-04-14 20:46:46 +08:00
less 更新gitignore 2021-04-14 20:46:46 +08:00
tests 更新gitignore 2021-04-14 20:46:46 +08:00
.bower.json 更新gitignore 2021-04-14 20:46:46 +08:00
.editorconfig 更新gitignore 2021-04-14 20:46:46 +08:00
.travis.yml 更新gitignore 2021-04-14 20:46:46 +08:00
CHANGELOG.md 更新gitignore 2021-04-14 20:46:46 +08:00
CODE_OF_CONDUCT.md 更新gitignore 2021-04-14 20:46:46 +08:00
CONTRIBUTING.md 更新gitignore 2021-04-14 20:46:46 +08:00
Gruntfile.js 更新gitignore 2021-04-14 20:46:46 +08:00
LICENSE 更新gitignore 2021-04-14 20:46:46 +08:00
README.md 更新gitignore 2021-04-14 20:46:46 +08:00
bower.json 更新gitignore 2021-04-14 20:46:46 +08:00
composer.json 更新gitignore 2021-04-14 20:46:46 +08:00
package.json 更新gitignore 2021-04-14 20:46:46 +08:00
yarn.lock 更新gitignore 2021-04-14 20:46:46 +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