Installing

This guide still needs a lot of work

Minimal Requirements

  1. jQuery
  2. Moment.js
  3. 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: NuGet version

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

  1. Acquire jQuery
  2. Acquire Moment.js
  3. Acquire
<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/core.min.js"></script>

Knockout

Need new wrapper for this version.