Skip to content

Commit 79b45fd

Browse files
author
Dipak Sarkar
committed
move docs to netlify
1 parent fbefdc7 commit 79b45fd

File tree

5 files changed

+8
-52
lines changed

5 files changed

+8
-52
lines changed

.github/workflows/build-docs.yml

-30
This file was deleted.

.travis.yml

-14
This file was deleted.

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
[![codecov](https://codecov.io/gh/coders-tm/vue-number-format/branch/master/graph/badge.svg?token=OML1CQSPLA)](https://codecov.io/gh/coders-tm/vue-number-format)
21
[![npm Version](https://badgen.net/npm/v/@coders-tm/vue-number-format?color=green)](https://www.npmjs.com/package/@coders-tm/vue-number-format)
32
[![npm Downloads](https://badgen.net/npm/dt/@coders-tm/vue-number-format?color=green)](https://www.npmjs.com/package/@coders-tm/vue-number-format)
43
[![Bundlephobia](https://badgen.net/bundlephobia/minzip/@coders-tm/vue-number-format?color=green)](https://bundlephobia.com/result?p=@coders-tm/vue-number-format)
54
[![License](https://badgen.net/github/license/coders-tm/vue-number-format?color=green)](https://github.com/coders-tm/vue-number-format/blob/master/LICENSE)
5+
[![Netlify Status](https://api.netlify.com/api/v1/badges/71cebdfd-05e6-4465-873f-a37c7500c6d4/deploy-status)](https://app.netlify.com/sites/vue-number-format/deploys)
66
# vue-number-format
77
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.
88
## Features
99

1010
- Lightweight < 2kb
1111
- Dependency free
12-
- Mobile support
13-
- Component or Directive flavors
14-
- Accept copy/paste
15-
- Editable
12+
- Smooth migration
13+
- Component or Directive flavour
14+
- Format as you type
15+
- Built-in validation
1616

1717
## Documentation
18-
Please refer to the [project home page](https://coders-tm.github.io/vue-number-format/) for a detailed documentation.
18+
Please refer to the [project home page](https://vue-number-format.netlify.app) for a detailed documentation.
1919

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
*
2727
* ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html
2828
*/
29-
base: '/vue-number-format/',
29+
// base: '/vue-number-format/',
3030
themeConfig: {
3131
editLinks: true,
3232
repo: 'coders-tm/vue-number-format',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"bugs": {
6464
"url": "https://github.com/coders-tm/vue-number-format/issues"
6565
},
66-
"homepage": "https://coders-tm.github.io/vue-number-format/",
66+
"homepage": "https://vue-number-format.netlify.app",
6767
"keywords": [
6868
"vue",
6969
"input",

0 commit comments

Comments
 (0)