vue-bootstrap-datetimepicker
Vue.js component for eonasdan bootstrap datetimepicker
File Explorer
Download Latest Version (.zip)- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- events.spec.js
- instance.spec.js
- plugin.spec.js
- props.spec.js
- watchers.spec.js
- App.vue
- index.html
- index.js
- component.vue
- events.js
- index.js
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
