You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
.github | 5 years ago | |
build | 5 years ago | |
dist | 5 years ago | |
docs | 5 years ago | |
grunt | 5 years ago | |
js | 5 years ago | |
less | 5 years ago | |
tests | 5 years ago | |
.bower.json | 5 years ago | |
.editorconfig | 5 years ago | |
.travis.yml | 5 years ago | |
CHANGELOG.md | 5 years ago | |
CODE_OF_CONDUCT.md | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
Gruntfile.js | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
bower.json | 5 years ago | |
composer.json | 5 years ago | |
package.json | 5 years ago | |
yarn.lock | 5 years ago |
README.md
bootstrap-datepicker
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.
Links
- Online Demo
- Online Docs (ReadTheDocs.com)
- Google Group
- Travis CI
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
- npm:
$ [sudo] npm install --global grunt-cli
$ npm install