File tree 4 files changed +52
-7
lines changed 4 files changed +52
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ npm install @vue/composition-api vue-composable @vue-composable/axios
20
20
21
21
Check our [ documentation] ( https://pikax.me/vue-composable/composable/external/axios )
22
22
23
-
24
23
``` vue
25
24
<template>
26
25
<div>
@@ -63,4 +62,16 @@ export default {
63
62
}
64
63
};
65
64
</script>
66
- ```
65
+ ```
66
+
67
+ ## Contributing
68
+
69
+ 1 . Fork it!
70
+ 2 . Create your feature branch: ` git checkout -b feat/new-composable `
71
+ 3 . Commit your changes: ` git commit -am 'feat(composable): add a new composable' `
72
+ 4 . Push to the branch: ` git push origin feat/new-composable `
73
+ 5 . Submit a pull request
74
+
75
+ ## License
76
+
77
+ [ MIT] ( http://opensource.org/licenses/MIT )
Original file line number Diff line number Diff line change @@ -39,9 +39,21 @@ Check our [documentation](https://pikax.me/vue-composable/)
39
39
40
40
<!-- TODO SET CORRECT url -->
41
41
42
- [ pagination ] : https://github.com/pikax/ vue-composable
43
- [ array-pagination ] : https://github.com/pikax/ vue-composable
44
- [ promise ] : https://github.com/pikax/ vue-composable
45
- [ retry ] : https://github.com/pikax/ vue-composable
46
- [ cancellable-promise ] : https://github.com/pikax/ vue-composable
42
+ [ pagination ] : https://pikax.me/ vue-composable/composable/pagination/pagination
43
+ [ array-pagination ] : https://pikax.me/ vue-composable/composable/pagination/arrayPagination
44
+ [ promise ] : https://pikax.me/ vue-composable/composable/promise/promise
45
+ [ retry ] : https://pikax.me/ vue-composable/composable/promise/retry
46
+ [ cancellable-promise ] : https://pikax.me/ vue-composable/composable/promise/cancellablePromise
47
47
[ debounce ] : https://github.com/pikax/vue-composable
48
+
49
+ ## Contributing
50
+
51
+ 1 . Fork it!
52
+ 2 . Create your feature branch: ` git checkout -b feat/new-composable `
53
+ 3 . Commit your changes: ` git commit -am 'feat(composable): add a new composable' `
54
+ 4 . Push to the branch: ` git push origin feat/new-composable `
55
+ 5 . Submit a pull request
56
+
57
+ ## License
58
+
59
+ [ MIT] ( http://opensource.org/licenses/MIT )
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Check our [documentation](https://pikax.me/vue-composable/)
34
34
### MISC
35
35
36
36
- [ localStorage] ( https://pikax.me/vue-composable/composable/misc/localStorage ) - Reactive access to a ` localStorage `
37
+ - [ matchMedia] ( https://pikax.me/vue-composable/composable/misc/matchMedia ) - Reactive ` matchMedia `
38
+ - [ breakpoint] ( https://pikax.me/vue-composable/composable/misc/breakpoint ) - reactive ` breakpoints ` based on ` window.innerWidth `
37
39
38
40
### Pagination
39
41
@@ -50,6 +52,7 @@ Check our [documentation](https://pikax.me/vue-composable/)
50
52
51
53
- [ Fetch] ( https://pikax.me/vue-composable/composable/web/fetch ) - reactive ` fetch ` wrapper
52
54
- [ WebSocket] ( https://pikax.me/vue-composable/composable/web/webSocket ) - reactive ` WebSocket ` wrapper
55
+ - [ IntersectionObserver] ( https://pikax.me/vue-composable/composable/web/intersectionObserver ) - reactive ` IntersectionObserver `
53
56
54
57
### External
55
58
@@ -104,6 +107,14 @@ export default {
104
107
</script>
105
108
```
106
109
110
+ ## Contributing
111
+
112
+ 1 . Fork it!
113
+ 2 . Create your feature branch: ` git checkout -b feat/new-composable `
114
+ 3 . Commit your changes: ` git commit -am 'feat(composable): add a new composable' `
115
+ 4 . Push to the branch: ` git push origin feat/new-composable `
116
+ 5 . Submit a pull request
117
+
107
118
## License
108
119
109
120
[ MIT] ( http://opensource.org/licenses/MIT )
Original file line number Diff line number Diff line change @@ -28,11 +28,22 @@ Check our [documentation](https://pikax.me/vue-composable/)
28
28
### MISC
29
29
30
30
- [ localStorage] ( https://pikax.me/vue-composable/composable/misc/localStorage ) - Reactive access to a ` localStorage `
31
+ - [ matchMedia] ( https://pikax.me/vue-composable/composable/misc/matchMedia ) - Reactive ` matchMedia `
32
+ - [ breakpoint] ( https://pikax.me/vue-composable/composable/misc/breakpoint ) - reactive ` breakpoints ` based on ` window.innerWidth `
31
33
32
34
### Web
33
35
34
36
- [ Fetch] ( https://pikax.me/vue-composable/composable/web/fetch ) - reactive ` fetch ` wrapper
35
37
- [ WebSocket] ( https://pikax.me/vue-composable/composable/web/webSocket ) - reactive ` WebSocket ` wrapper
38
+ - [ IntersectionObserver] ( https://pikax.me/vue-composable/composable/web/intersectionObserver ) - reactive ` IntersectionObserver `
39
+
40
+ ## Contributing
41
+
42
+ 1 . Fork it!
43
+ 2 . Create your feature branch: ` git checkout -b feat/new-composable `
44
+ 3 . Commit your changes: ` git commit -am 'feat(composable): add a new composable' `
45
+ 4 . Push to the branch: ` git push origin feat/new-composable `
46
+ 5 . Submit a pull request
36
47
37
48
## License
38
49
You can’t perform that action at this time.
0 commit comments