2200205 6f61d957ee 添加项目文件。 3 月之前
..
.github 6f61d957ee 添加项目文件。 3 月之前
build 6f61d957ee 添加项目文件。 3 月之前
dist 6f61d957ee 添加项目文件。 3 月之前
docs 6f61d957ee 添加项目文件。 3 月之前
grunt 6f61d957ee 添加项目文件。 3 月之前
js 6f61d957ee 添加项目文件。 3 月之前
less 6f61d957ee 添加项目文件。 3 月之前
tests 6f61d957ee 添加项目文件。 3 月之前
.bower.json 6f61d957ee 添加项目文件。 3 月之前
.editorconfig 6f61d957ee 添加项目文件。 3 月之前
.travis.yml 6f61d957ee 添加项目文件。 3 月之前
CHANGELOG.md 6f61d957ee 添加项目文件。 3 月之前
CODE_OF_CONDUCT.md 6f61d957ee 添加项目文件。 3 月之前
CONTRIBUTING.md 6f61d957ee 添加项目文件。 3 月之前
Gruntfile.js 6f61d957ee 添加项目文件。 3 月之前
LICENSE 6f61d957ee 添加项目文件。 3 月之前
README.md 6f61d957ee 添加项目文件。 3 月之前
bower.json 6f61d957ee 添加项目文件。 3 月之前
composer.json 6f61d957ee 添加项目文件。 3 月之前
package.json 6f61d957ee 添加项目文件。 3 月之前
yarn.lock 6f61d957ee 添加项目文件。 3 月之前

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