monmon 1556913c75 First Commit For UI há 5 anos atrás
..
.github 1556913c75 First Commit For UI há 5 anos atrás
build 1556913c75 First Commit For UI há 5 anos atrás
dist 1556913c75 First Commit For UI há 5 anos atrás
docs 1556913c75 First Commit For UI há 5 anos atrás
grunt 1556913c75 First Commit For UI há 5 anos atrás
js 1556913c75 First Commit For UI há 5 anos atrás
less 1556913c75 First Commit For UI há 5 anos atrás
tests 1556913c75 First Commit For UI há 5 anos atrás
.bower.json 1556913c75 First Commit For UI há 5 anos atrás
.editorconfig 1556913c75 First Commit For UI há 5 anos atrás
.travis.yml 1556913c75 First Commit For UI há 5 anos atrás
CHANGELOG.md 1556913c75 First Commit For UI há 5 anos atrás
CODE_OF_CONDUCT.md 1556913c75 First Commit For UI há 5 anos atrás
CONTRIBUTING.md 1556913c75 First Commit For UI há 5 anos atrás
Gruntfile.js 1556913c75 First Commit For UI há 5 anos atrás
LICENSE 1556913c75 First Commit For UI há 5 anos atrás
README.md 1556913c75 First Commit For UI há 5 anos atrás
bower.json 1556913c75 First Commit For UI há 5 anos atrás
composer.json 1556913c75 First Commit For UI há 5 anos atrás
package.json 1556913c75 First Commit For UI há 5 anos atrás
yarn.lock 1556913c75 First Commit For UI há 5 anos atrás

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