Skip to content

Commit 8c0e261

Browse files
committed
update readme
1 parent 93c0b62 commit 8c0e261

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ $ npm run dev
3434
|npm run dev|Run webpack and server with hot-reload enabled|
3535
|npm run build|Build assets for production use, dumped in `./build`|
3636

37+
## Customize the devServer
38+
39+
You can directly modify [scripts/devServer.js](https://github.com/egoist/vuepack/blob/master/scripts/devServer.js) since it simply uses [Express](http://expressjs.com) under the hood.
40+
41+
Or, in a more recommended way, update the [scripts/wrap.js](https://github.com/egoist/vuepack/blob/master/scripts/wrap.js) instead.
42+
3743
## License
3844

3945
MIT © [EGOIST](https://github.com/egoist)

0 commit comments

Comments
 (0)