Installing
This guide still needs a lot of work
Minimal Requirements
- jQuery
- Moment.js
- Locales: Moment's locale files are here
Installation Guides
CDN
<head>
<script type="text/javascript" src="https://cdnjs.com/libraries/[fill-in].js"></script>
</head>
Package Managers
Nuget
Tempus.Dominus.Bootstrap.4: 
PM> Install-Package Tempus.Dominus.Bootstrap.4
<head>
<script type="text/javascript" src="/scripts/jquery.min.js"></script>
<script type="text/javascript" src="/scripts/moment.min.js"></script>
<script type="text/javascript" src="/scripts/tempusdominus/tempusdominus-bootstrap-4.js"></script>
</head>
Rails
Need new wrapper for this version.
Angular Wrapper
Need new wrapper for this version.
Meteor.js
Need new wrapper for this version.
Composer
$ composer require tempusdominus/bootstrap-4:5.0.0-alpha.10
Manual
<script type="text/javascript" src="/path/to/jquery.js"></script>
<script type="text/javascript" src="/path/to/moment.js"></script>
<script type="text/javascript" src="/path/to/tempusdominus-bootstrap-4.min.js"></script>
Knockout
Need new wrapper for this version.