vue-bootstrap-datetimepicker

(โ˜… 222)

Vue.js component for eonasdan bootstrap datetimepicker

  • .babelrc
  • .editorconfig
  • .gitattributes
  • .gitignore
  • .travis.yml
  • CHANGELOG.md
  • LICENSE.txt
  • package.json
  • README.md
  • webpack.config.dev.js
  • webpack.config.js
  • yarn.lock

# Installation Guide

1. Get the code
git clone https://github.com/ankurk91/vue-bootstrap-datetimepicker

Downloads the entire project code from GitHub to your computer.

cd vue-bootstrap-datetimepicker

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install vue-bootstrap-datetimepicker --save

Downloads and installs the libraries listed in package.json.

yarn add vue-bootstrap-datetimepicker

Type this command into your terminal and run it.

<script src="https://cdn.jsdelivr.net/npm/jquery@3.3"></script>

Type this command into your terminal and run it.

<script src="https://cdn.jsdelivr.net/npm/moment@2.22"></script>

Type this command into your terminal and run it.

<link href="https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css" rel="stylesheet">

Type this command into your terminal and run it.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation