guillaume-neveux / bootstrap-datepicker
Bootstrap日期选择器
v1.9.1
2020-09-29 08:09 UTC
Requires
- components/bootstrap: >=2.0, <4.0
- components/jquery: >=1.7.1, <4.0.0
- robloach/component-installer: *
- dev-master
- v1.9.1
- v1.9.0
- v1.8.0
- v1.7.1
- v1.7.0
- v1.7.0-RC3
- v1.7.0-RC2
- v1.7.0-RC1
- 1.6.x-dev
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.6.0-alpha
- 1.5.x-dev
- v1.5.1
- v1.5.0
- v1.5.0-RC1
- v1.4.1
- v1.4.0
- 1.3.1
- 1.3.0
- 1.3.0-rc.6
- 1.3.0-rc.5
- 1.3.0-rc.4
- 1.3.0-rc.3
- 1.3.0-rc.2
- 1.3.0-rc.1
- 1.2.0
- 1.2.0-rc.1
- dev-fix-view-date
- dev-extensible
This package is not auto-updated.
Last update: 2024-09-26 02:58:04 UTC
README
版本按照 semver 规则递增。
CDN
您可以在网站上使用由 CloudFlare 提供的 cdnjs.com。
bootstrap-datepicker 在 cdnjs 上
请注意:新版本可能需要几小时才能在 cdnjs 上可用。
链接
- 在线演示
- 在线文档 (ReadTheDocs.com)
- Google Group
- Travis CI
代码片段
开发
一旦您克隆了仓库,您需要使用包管理器安装 grunt 和开发依赖项
- yarn (推荐)
$ [sudo] yarn global add grunt-cli
$ yarn install
- npm:
$ [sudo] npm install --global grunt-cli
$ npm install