Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 9b3f15e

Browse files
committed
update readme
1 parent 3f2bf84 commit 9b3f15e

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use [version 1 of this package](https://www.npmjs.com/package/vue-filter-number-
1212
## Suggested usage
1313

1414
Pass in Numeral to create the formatter function, and register globally as a Vue filter in your main.js-ish file:
15-
@TODO: update this
15+
@TODO: update this
1616
```js
1717
import numeral from 'numeral';
1818
import numFormat from 'vue-filter-number-format';
@@ -34,22 +34,6 @@ Use anywhere in your .vue files:
3434

3535
See the [Numeral.js docs](http://numeraljs.com/) for other formatting options.
3636

37-
38-
## Development
39-
40-
For convenience, this function is bundled with a VueJS dev site.
41-
42-
``` bash
43-
# install dependencies
44-
yarn
45-
46-
# serve example app with hot reload at localhost:8080
47-
yarn run dev
48-
49-
# build for production with minification
50-
yarn run build
51-
```
52-
5337
## License
5438

5539
MIT

0 commit comments

Comments
 (0)