Skip to content

Commit 6e8839e

Browse files
committed
docs(readme): update readme
1 parent fdf0251 commit 6e8839e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,26 @@ Preview Nuxt 3 env:
7474
pnpm start:nuxt
7575
```
7676

77+
## Why
78+
79+
This repository is useful if you want to start a new Vue composable, or a general Vue package.
80+
81+
I used it personally for:
82+
83+
- [**@vueuse/motion**](https://github.com/vueuse/motion)
84+
- [**@vueuse/gesture**](https://github.com/vueuse/gesture)
85+
- [**@vueuse/sound**](https://github.com/vueuse/sound)
86+
87+
I try to keep it updated when I upgrade my own workflow!
88+
89+
## Workflow
90+
91+
I usually develop with the `dev:nuxt` command.
92+
93+
Your changes on any file will be reloaded by **Nuxt**, and you can start trying SSR capabilities of your composable easily!
94+
95+
The general Nuxt environment does not differ from a classic Vue app.
96+
7797
## To-Do
7898

7999
- [ ] Edit package.json `name`, `description`, `repository` and `author` keys.

0 commit comments

Comments
 (0)