File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,26 @@ Preview Nuxt 3 env:
74
74
pnpm start:nuxt
75
75
```
76
76
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
+
77
97
## To-Do
78
98
79
99
- [ ] Edit package.json ` name ` , ` description ` , ` repository ` and ` author ` keys.
You can’t perform that action at this time.
0 commit comments