You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`vue-composable` is out-of-box ready to use the brand new [Vue 3](https://github.com/vuejs/vue-next)[composition-api](https://vue-composition-api-rfc.netlify.com/) generic components.
12
+
`vue-composable` is out-of-box ready to use [composition-api](https://github.com/vuejs/composition-api) generic components.
22
13
23
14
100% typescript based composable components and full type support out-of-box.
24
15
25
-
This library aim is to be one stop shop for many real-world composable functions, with aggressive tree-shaking to keep it light on your end code.
26
-
27
-
[vue-composable](https://www.npmjs.com/package/vue-composable) is composed by two package [@vue-composable/core](./packages/core) and [@vue-composable/web](./packages/web).
16
+
Built for [vue-next](https://github.com/vuejs/vue-next) and [composition-api](https://github.com/vuejs/composition-api)
28
17
29
-
-[@vue-composable/core](./packages/core): contains helpers composables, such as Promise and Pagination.
This library aim is to be one stop shop for many real-world composable functions, with aggressive tree-shaking to keep it light on your end code.
31
19
32
20
# Vue 3
33
21
34
-
> ## Support for `vue@next`on [vue3 branch](https://github.com/pikax/vue-composable/tree/vue3)
22
+
[Vue3](https://github.com/vuejs/vue-next) aka [vue-next](https://github.com/vuejs/vue-next) is supported on the [@next](https://www.npmjs.com/package/vue-composable/v/next)
-[makeAxios](https://pikax.me/vue-composable/composable/external/makeAxios) - [@vue-composable/makeAxios](https://www.npmjs.com/package/@vue-composable/makeAxios) wrap your `axios` instance
133
133
134
134
## Information
135
135
136
-
This is a monorepo project, please check [packages](packages/) or check [vue-composable](packages/vue-composable)
136
+
This is a monorepo project, please check [packages](packages/)
137
137
138
138
## Contributing
139
139
@@ -143,7 +143,24 @@ Tests and Documentation are the most important things for me, because good docum
143
143
144
144
I really appreciate some tweaks or changes on how the documentation is displayed and how to make it easier to read.
145
145
146
-
> I really need an logo for this project, if you have a good idea for a logo, please enter in contact with me, you can find me on the `Vue discord : @pikax`
146
+
> I really need an logo for this project, if you have a good idea for a logo, please enter in contact with me, you can find me on the `Vue discord : @pikax
0 commit comments