Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanko committed Aug 11, 2017
1 parent bccaa77 commit 6585f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $ npm run client:dev
Build will be placed in the `build` folder.

```
$ npm run build
$ npm run client:build
```

If your app is not running on the server root you should change `publicPath` at two places.
Expand Down Expand Up @@ -154,7 +154,7 @@ Everything will be minified and served.
Hot reload will not work, so you need to refresh the page manually after changing the code.

```
npm run preview
npm run client:preview
```

## Universal dev mode
Expand Down

0 comments on commit 6585f74

Please sign in to comment.