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