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

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