Skip to content

Commit 1ecc0b7

Browse files
author
sky
committed
doc: update version description
1 parent 0f2febf commit 1ecc0b7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222

2323
React client render and server side render build solution for Webpack
2424

25-
- easywebpack-react ^4.x.x > webpack 4.x.x
26-
- easywebpack-react ^3.x.x > webpack 3.x.x
27-
2825
## Featues
2926

3027
- ✔︎ React Client Render and Server Side Render Build Mode
@@ -33,6 +30,12 @@ React client render and server side render build solution for Webpack
3330
- ✔︎ ES5/ES6/ES7, TypeScript, DLL, Css Module, Dynamic Import, AntD Dynamic Import
3431
- ✔︎ Powerful Tool Chain [easywebpack-cli](https://github.com/easy-team/easywebpack-cli)
3532

33+
## Version
34+
35+
- @easy-team/easywebpack-react ^4.x.x > Webpack 4.x.x + Babel 7
36+
- easywebpack-react ^4.x.x > Webpack 4.x.x + Babel 6
37+
- easywebpack-react ^3.x.x > Webpack 3.x.x + Babel 6
38+
3639
## Documents
3740

3841
- https://www.yuque.com/easy-team/easywebpack
@@ -41,15 +44,15 @@ React client render and server side render build solution for Webpack
4144
## Install
4245

4346
```bash
44-
$ npm i easywebpack-react --save-dev
47+
$ npm i @easy-team/easywebpack-react --save-dev
4548
```
4649

4750
## QuickStart
4851

4952
- Install Command Line
5053

5154
```bash
52-
$ npm i easywebpack-cli -g
55+
$ npm i @easy-team/easywebpack-cli -g
5356
```
5457

5558
- Initalize Application

0 commit comments

Comments
 (0)