vue-pretty-print-bytes-filter
v1.0.0
Published
A filter for Vue.js to format bytes into a nice human-readable format.
Downloads
1
Readme
vue-pretty-print-bytes-filter
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-print-bytes-filter
, or include as an inline script.
Usage
Template:
<em>{{ 1337 | prettyBytes }}</em>
Render:
<em>1.34 kB</em>