monmon 1556913c75 First Commit For UI před 5 roky
..
.github 1556913c75 First Commit For UI před 5 roky
build 1556913c75 First Commit For UI před 5 roky
dist 1556913c75 First Commit For UI před 5 roky
docs 1556913c75 First Commit For UI před 5 roky
grunt 1556913c75 First Commit For UI před 5 roky
js 1556913c75 First Commit For UI před 5 roky
less 1556913c75 First Commit For UI před 5 roky
tests 1556913c75 First Commit For UI před 5 roky
.bower.json 1556913c75 First Commit For UI před 5 roky
.editorconfig 1556913c75 First Commit For UI před 5 roky
.travis.yml 1556913c75 First Commit For UI před 5 roky
CHANGELOG.md 1556913c75 First Commit For UI před 5 roky
CODE_OF_CONDUCT.md 1556913c75 First Commit For UI před 5 roky
CONTRIBUTING.md 1556913c75 First Commit For UI před 5 roky
Gruntfile.js 1556913c75 First Commit For UI před 5 roky
LICENSE 1556913c75 First Commit For UI před 5 roky
README.md 1556913c75 First Commit For UI před 5 roky
bower.json 1556913c75 First Commit For UI před 5 roky
composer.json 1556913c75 First Commit For UI před 5 roky
package.json 1556913c75 First Commit For UI před 5 roky
yarn.lock 1556913c75 First Commit For UI před 5 roky

README.md

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.

Links

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