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

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