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

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