Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 4, 2016
1 parent 55d4c7c commit 5ec3f8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ You will likely need to do some tuning to suit your own needs:
npm install less-loader --save-dev
```

- In `build/webpack.base.conf.js`:
- Working with an existing backend server:

- Adjust `output.path` if you want the built file to be generated at a different location.

- Add `devServer.proxy` field if you want to work with an existing backend server. See [docs for webpack dev server proxy](https://webpack.github.io/docs/webpack-dev-server.html#proxy).
- In `build/webpack.base.conf.js`, add `devServer.proxy` field. See [docs for webpack dev server proxy](https://webpack.github.io/docs/webpack-dev-server.html#proxy).

- For unit testing:

Expand Down

0 comments on commit 5ec3f8f

Please sign in to comment.