We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb3263 commit 3cb7148Copy full SHA for 3cb7148
README.md
@@ -1,24 +1,31 @@
1
-# vue-3-playground
+# Vue.js 3 Laboratory
2
+
3
+A place to hold random Vue.js 3 experiments.
4
5
## Project setup
6
7
```
8
yarn install
9
10
11
### Compiles and hot-reloads for development
12
13
14
yarn serve
15
16
17
### Compiles and minifies for production
18
19
20
yarn build
21
22
23
### Lints and fixes files
24
25
26
yarn lint
27
28
29
### Customize configuration
30
31
See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments