Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed May 19, 2016
1 parent 7ea3853 commit 89b9dfa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

---

## 1.1.0

- Upgrade antd to 1.1.0
- Add redux boilplate, [!25](https://github.com/ant-design/antd-init/pull/25)

## 1.0.0

- Upgrade antd to 1.0.0

## 0.8.0

- 支持 CSS 的 livereload
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Generate a webpack workflow based boilerplate.
- support ES2015 and less.
- Local development via [dora](https://github.com/dora-js/dora), support proxy, HMR and unit test.
- support custom webpack.config,[examples](./boilerplate/webpack.config.js).
- support custom webpack.config,[examples](./boilerplate/redux/webpack.config.js).

More usage: http://ant-tool.github.io/

Expand All @@ -28,7 +28,8 @@ Generate boilerplate.
```bash
$ mkdir foo && cd foo
$ antd-init
// or

// or with specify type
$ antd-init --type plain-react
$ antd-init --type redux
```
Expand All @@ -44,3 +45,15 @@ Build.
```bash
$ npm run build
```

Test.

```bash
$ npm test
```

Lint.

```bash
$ npm run lint
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd-init",
"version": "1.0.2",
"version": "1.1.0",
"description": "Ant Design boilerplate generator.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 89b9dfa

Please sign in to comment.