@@ -2,22 +2,22 @@
## Project setup
```
-npm install
+yarn install
### Compiles and hot-reloads for development
-npm run serve
+yarn serve
### Compiles and minifies for production
-npm run build
+yarn build
### Lints and fixes files
-npm run lint
+yarn lint
### Customize configuration