Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.