We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025d5d2 commit 3723ed5Copy full SHA for 3723ed5
README.md
@@ -1,17 +1,21 @@
1
-# VueUse Playground rewrite
+# VueUse Playground
2
3
-## Setup
+<p align="center">
4
+ <a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
5
+ <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'>
6
+ </a>
7
+</p>
8
+
9
10
+## Development
11
12
```
13
pnpm i
14
pnpm dev
15
16
-## ToDos
-
-- Monaco Editor -> assets build time issue
17
-### Ideas
18
+## Ideas
19
20
- prs as vueuse versions
-- transfer to vueuse org
21
+- dont pin inital versions to latest. use pin exact latest version
0 commit comments