Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tc-vue-number-format

arboshiki15MIT2.20.0TypeScript support: included

Easy formatted numbers, currency and percentage with input/directive mask for Vue.js

vue, currency directive, percentage input, v-money, v-currency, v-percentage, input mask, number format, currency input, money input, v-number

readme

npm Version npm Downloads github Stars Bundlephobia License

vue-number-format

Vue Number Format is used to format a number using fixed-point notation. It can be used to format a number with a specific number of digits to the right of the decimal.

Installation

npm install @coders-tm/vue-number-format@2.19.0
or
yarn add @coders-tm/vue-number-format@2.19.0

Features

  • Lightweight
  • Dependency free
  • Component or Directive flavour
  • Format as you type
  • Built-in validation
  • Supports both Vue 3 and Vue 2.

Documentation

Please refer to the project home page for a detailed documentation.