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