zmartests / bootstrap-datepicker
一个基于Stefan Petre(eyecon.ro)的Bootstrap日期选择器
v1.6.4
2016-08-05 09:50 UTC
Requires
- components/bootstrap: >=3.0, <4.0
- components/jquery: >=1.7.1
- robloach/component-installer: *
This package is not auto-updated.
Last update: 2024-09-18 20:23:01 UTC
README
这是Stefan Petre的原始代码的一个分支;感谢他为这个项目启动所做的努力!
请注意,这个分支不在Stefan的页面上使用,也不是由他维护或贡献的。
版本号按照semver规则递增。
CDN
您可以在您的网站上使用由CloudFlare提供的cdnjs.com。
bootstrap-datepicker 在 cdnjs 上
请注意:新版本可能需要几小时才能在 cdnjs 上可用。
链接
- 在线演示
- 在线文档 (ReadTheDocs.com)
- Google Group
- Travis CI
开发
一旦您克隆了仓库,您需要使用 grunt 和 npm 安装开发依赖项。
$ [sudo] npm install -g grunt-cli
$ npm install