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
Copy file name to clipboardExpand all lines: packages/vue-composable/README.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@
14
14
15
15
100% typescript based composable components and full type support out-of-box.
16
16
17
+
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 ([12kb gzip](https://app.circleci.com/jobs/github/pikax/vue-composable/318/parallel-runs/0/steps/0-105)).
18
+
19
+
[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).
20
+
21
+
-[@vue-composable/core](./packages/core): contains helpers composables, such as Promise and Pagination.
You can contribute raising issues and by helping out with code.
130
+
131
+
Tests and Documentation are the most important things for me, because good documentation is really useful!
132
+
133
+
I really appreciate some tweaks or changes on how the documentation is displayed and how to make it easier to read.
134
+
135
+
> 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`
136
+
137
+
### New composable
138
+
122
139
1. Fork it!
123
140
2. Create your feature branch: `git checkout -b feat/new-composable`
124
141
3. Commit your changes: `git commit -am 'feat(composable): add a new composable'`
Copy file name to clipboardExpand all lines: readme.md
+63-1Lines changed: 63 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,17 @@
10
10
11
11
100% typescript based composable components and full type support out-of-box.
12
12
13
+
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 ([12kb gzip](https://app.circleci.com/jobs/github/pikax/vue-composable/318/parallel-runs/0/steps/0-105)).
14
+
15
+
[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
+
17
+
-[@vue-composable/core](./packages/core): contains helpers composables, such as Promise and Pagination.
This is a monorepo project, please check [packages](packages/) or check [vue-composable](packages/vue-composable)
30
83
31
-
32
84
## Contributing
33
85
86
+
You can contribute raising issues and by helping out with code.
87
+
88
+
Tests and Documentation are the most important things for me, because good documentation is really useful!
89
+
90
+
I really appreciate some tweaks or changes on how the documentation is displayed and how to make it easier to read.
91
+
92
+
> 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`
93
+
94
+
### New composable
95
+
34
96
1. Fork it!
35
97
2. Create your feature branch: `git checkout -b feat/new-composable`
36
98
3. Commit your changes: `git commit -am 'feat(composable): add a new composable'`
0 commit comments