Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karbonitekream/vue-momentjs
A tiny Moment.js wrapper for Vue
https://github.com/karbonitekream/vue-momentjs
javascript momentjs vue
Last synced: 23 days ago
JSON representation
A tiny Moment.js wrapper for Vue
- Host: GitHub
- URL: https://github.com/karbonitekream/vue-momentjs
- Owner: KarboniteKream
- License: mit
- Created: 2017-03-10T17:32:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T03:57:49.000Z (over 4 years ago)
- Last Synced: 2024-10-03T10:05:59.314Z (about 1 month ago)
- Topics: javascript, momentjs, vue
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-momentjs
A tiny Moment.js wrapper for Vue.## Installation
```bash
yarn add moment vue-momentjs
``````javascript
import Vue from "vue";
import moment from "moment";
import VueMomentJS from "vue-momentjs";Vue.use(VueMomentJS, moment);
```## Usage
Call `this.$moment()` in any component.