0.2.0 • Published 7 years ago

v-same-width-and-height v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

v-same-width-and-height

⛩ v-same-width-and-height

Travis GitHub license Standard - JavaScript Style Guide

Install

$ npm i --save v-same-width-and-height
# or
$ yarn add v-same-width-and-height

Usage

import Vue from 'vue'
import vSameWidthAndHeight from 'v-same-width-and-height'

vue.use(vSameWidthAndHeight)
<img v-same-width-and-height src="foo.png" alt="foo">

Development

# install dependencies
$ npm i
# or
$ yarn

# dev
$ npm run dev

# test
$ npm run test

# lint
$ npm run lint

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request 🍻

Author

v-same-width-and-height © Limichange, Released under the MIT License.

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago