Skip to content

Commit 3cb7148

Browse files
committed
docs: update readme
1 parent 1cb3263 commit 3cb7148

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
1-
# vue-3-playground
1+
# Vue.js 3 Laboratory
2+
3+
A place to hold random Vue.js 3 experiments.
24

35
## Project setup
6+
47
```
58
yarn install
69
```
710

811
### Compiles and hot-reloads for development
12+
913
```
1014
yarn serve
1115
```
1216

1317
### Compiles and minifies for production
18+
1419
```
1520
yarn build
1621
```
1722

1823
### Lints and fixes files
24+
1925
```
2026
yarn lint
2127
```
2228

2329
### Customize configuration
30+
2431
See [Configuration Reference](https://cli.vuejs.org/config/).

0 commit comments

Comments
 (0)