Skip to content

Commit 395b277

Browse files
committed
docs(readme): update readme
1 parent b98907f commit 395b277

File tree

3 files changed

+429
-3
lines changed

3 files changed

+429
-3
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Vue Lazy Component
22

33

4-
[![npm version](https://badge.fury.io/js/%40xunlei%2Fvue-lazy-component.svg)](https://badge.fury.io/js/%40xunlei%2Fvue-lazy-component)
4+
[![npm](https://img.shields.io/npm/v/@xunlei/vue-lazy-component.svg)](https://www.npmjs.com/package/@xunlei/vue-lazy-component)
5+
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
6+
[![Git flow work flow](https://img.shields.io/badge/git--flow-workflow-brightgreen.svg)](https://github.com/nvie/gitflow/)
7+
[![GitHub stars](https://img.shields.io/github/stars/xunleif2e/vue-lazy-component.svg)](https://github.com/xunleif2e/vue-lazy-component/stargazers)
8+
[![GitHub issues](https://img.shields.io/github/issues/xunleif2e/vue-lazy-component.svg)](https://github.com/xunleif2e/vue-lazy-component/issues)
9+
[![GitHub forks](https://img.shields.io/github/forks/xunleif2e/vue-lazy-component.svg)](https://github.com/xunleif2e/vue-lazy-component/network)
10+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/xunleif2e/vue-lazy-component/master/LICENSE)
511

612
> Vue.js 2.0 组件级懒加载方案
713
@@ -133,8 +139,22 @@ npm run build:library
133139

134140
# build demo
135141
npm run build:demo
142+
143+
# commit use commitizen
144+
npm run commit
145+
146+
# pre publish
147+
npm run prepublish
136148
```
137149

150+
## Roadmap
151+
152+
- SSR 支持 @ v1.1.0
153+
154+
- UI单元测试 @ v1.2.0
155+
156+
- 减少性能开销 @ v1.3.0
157+
138158
## License
139159

140160
[MIT](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)