eternicode / bootstrap-datepicker
Bootstrap 日期选择器
v1.10.0
2023-05-13 19:28 UTC
Requires
- components/bootstrap: >=2.0, <4.0
- components/jquery: >=1.7.1, <4.0.0
- robloach/component-installer: *
- dev-master
- v1.10.0
- 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-dependabot/npm_and_yarn/minimatch-3.0.8
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/simple-get-2.8.2
- dev-extensible
This package is auto-updated.
Last update: 2024-09-13 22:18:20 UTC
README
版本号根据 semver 升级。
CDN
您可以在网站上使用由 CloudFlare 提供的 cdnjs.com。
bootstrap-datepicker 在 cdnjs 上
请注意:新版本可能需要几小时才能在 cdnjs 上可用。
链接
代码片段
开发
一旦克隆了仓库,您需要使用包管理器安装 grunt 和开发依赖项
- yarn(推荐)
$ [sudo] yarn global add grunt-cli
$ yarn install
- npm:
$ [sudo] npm install --global grunt-cli
$ npm install