mirror of https://github.com/ColorlibHQ/AdminLTE
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.
Abdullah Almsaeed
cc4654239b
|
7 years ago | |
---|---|---|
.. | ||
.github | 8 years ago | |
build | 8 years ago | |
dist | 7 years ago | |
docs | 8 years ago | |
grunt | 8 years ago | |
js | 7 years ago | |
less | 8 years ago | |
tests | 8 years ago | |
.bower.json | 7 years ago | |
.editorconfig | 8 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 8 years ago | |
CHANGELOG.md | 7 years ago | |
CODE_OF_CONDUCT.md | 8 years ago | |
CONTRIBUTING.md | 8 years ago | |
Gruntfile.js | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 7 years ago | |
bower.json | 8 years ago | |
composer.json | 8 years ago | |
package.json | 7 years ago | |
yarn.lock | 8 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