Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install
3.如果需要,在全局环境下安装 [webpack](https://github.com/webpak/webpack):

```sh
npm install wepack -g
npm install webpack -g
```

4.将项目的源代码(位于 src/ 下)编译至生产所需的目标码(位于 dist/ 下):
Expand All @@ -40,7 +40,7 @@ webpack 使用说明请参考 [https://webpack.github.io/docs/](https://webpack.

```sh
npm install webpack-dev-server -g
webpck-dev-server
webpack-dev-server
```

然后在浏览器中访问 [http://localhost:8080/](http://localhost:8080/) 即可。
Expand Down