You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 months ago | |
|---|---|---|
| .. | ||
| .github | 4 months ago | |
| build | 4 months ago | |
| dist | 4 months ago | |
| docs | 4 months ago | |
| grunt | 4 months ago | |
| js | 4 months ago | |
| less | 4 months ago | |
| tests | 4 months ago | |
| .bower.json | 4 months ago | |
| .editorconfig | 4 months ago | |
| .gitignore | 4 months ago | |
| .travis.yml | 4 months ago | |
| CHANGELOG.md | 4 months ago | |
| CODE_OF_CONDUCT.md | 4 months ago | |
| CONTRIBUTING.md | 4 months ago | |
| Gruntfile.js | 4 months ago | |
| LICENSE | 4 months ago | |
| README.md | 4 months ago | |
| bower.json | 4 months ago | |
| composer.json | 4 months ago | |
| package.json | 4 months ago | |
| yarn.lock | 4 months 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