Skip to content

Commit

Permalink
docs(readme): webpack-box 替换成 @pkb/webpack-box
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 25, 2019
1 parent c42188a commit 16f85f3
Show file tree
Hide file tree
Showing 6 changed files with 944 additions and 826 deletions.
272 changes: 231 additions & 41 deletions CHANGELOG.md

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
[![star][star]][github-url]
[![issue][issue]][issue-url]
[![forks][forks]][github-url]
[![downloads][downloads]][npm-url]

<!-- [![downloads][downloads]][npm-url] -->

### <strong>webpack-box</strong>

Expand All @@ -19,7 +20,7 @@
[node]: https://img.shields.io/node/v/webpack.svg
[node-url]: https://nodejs.org
[github-url]: https://github.com/luoxue-victor/webpack-box
[downloads]: https://img.shields.io/npm/dt/webpack-box.svg?style=flat-square
[downloads]: https://img.shields.io/npm/dt/@pkb/webpack-box.svg?style=flat-square
[npm]: https://img.shields.io/npm/v/webpack.svg
[issue]: https://img.shields.io/github/issues/luoxue-victor/webpack-box
[forks]: https://img.shields.io/github/forks/luoxue-victor/webpack-box
Expand Down Expand Up @@ -95,8 +96,8 @@ pk info # 查看项目及系统配置
`webpack-box` 针对某个项目使用,可以在本地 `npm script` 内使用,也可以全局使用

```bash
npm i webpack-box -D # 本地安装
npm i webpack-box -g # 全局安装
npm i @pkb/webpack-box -D # 本地安装
npm i @pkb/webpack-box -g # 全局安装
```

</details>
Expand Down
Loading

0 comments on commit 16f85f3

Please sign in to comment.