core/api/admin/assets/vendors/bootstrap-datepicker
root b03734a7cf 2023-01-02 2023-01-02 19:33:36 +03:00
..
build 2023-01-02 2023-01-02 19:33:36 +03:00
dist 2023-01-02 2023-01-02 19:33:36 +03:00
docs 2023-01-02 2023-01-02 19:33:36 +03:00
js 2023-01-02 2023-01-02 19:33:36 +03:00
less 2023-01-02 2023-01-02 19:33:36 +03:00
tests 2023-01-02 2023-01-02 19:33:36 +03:00
CHANGELOG.md 2023-01-02 2023-01-02 19:33:36 +03:00
CODE_OF_CONDUCT.md 2023-01-02 2023-01-02 19:33:36 +03:00
CONTRIBUTING.md 2023-01-02 2023-01-02 19:33:36 +03:00
Gruntfile.js 2023-01-02 2023-01-02 19:33:36 +03:00
README.md 2023-01-02 2023-01-02 19:33:36 +03:00
bower.json 2023-01-02 2023-01-02 19:33:36 +03:00
composer.json 2023-01-02 2023-01-02 19:33:36 +03:00
package.json 2023-01-02 2023-01-02 19:33:36 +03:00
yarn.lock 2023-01-02 2023-01-02 19:33:36 +03:00

README.md

bootstrap-datepicker

Join the chat at https://gitter.im/uxsolutions/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.

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
$ [sudo] npm install --global grunt-cli
$ npm install