1.0.2 • Published 7 years ago

vue-pretty-bytes-filter v1.0.2

Weekly downloads
4
License
-
Repository
github
Last release
7 years ago

vue-pretty-print-bytes-filter

Fork of james2doyle/vue-pretty-print-bytes-filter

Add precision options to the filter

Original README

A filter for Vue.js to format bytes into a nice human-readable format. I pretty (no pun intended) much just stole this from sindresorhus/pretty-bytes.

Install

Available through npm as vue-pretty-bytes-filter, or include as an inline script.

Usage

Template:

<em>{{ 1337 | prettyBytes(3) }}</em>

Render:

<em>1.34 kB</em>