Skip to content

Commit

Permalink
doc: Update quick-start document.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 26, 2019
1 parent 5fa992b commit d579a78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/md/cn/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
快速上手
===

[![](https://api.travis-ci.org/uiw-react/uiw.svg?branch=master)](https://travis-ci.org/uiw-react/uiw/builds) [![](https://img.shields.io/github/issues/uiw-react/uiw.svg)](https://github.com/uiw-react/uiw/issues) [![](https://img.shields.io/github/forks/uiw-react/uiw.svg)](https://github.com/uiw-react/uiw/network) [![](https://img.shields.io/github/stars/uiw-react/uiw.svg)](https://github.com/uiw-react/uiw/stargazers) [![](https://img.shields.io/github/release/uiw-react/uiw.svg)](https://github.com/uiw-react/uiw/releases) [![Packagist](https://img.shields.io/dub/l/vibe-d.svg)](https://github.com/uiw-react/uiw) [![Packagist](https://img.shields.io/npm/v/uiw.svg)](https://www.npmjs.com/package/uiw) [![jest](https://facebook.github.io/jest/img/jest-badge.svg)](https://github.com/facebook/jest)
[![](https://api.travis-ci.org/uiwjs/uiw.svg?branch=master)](https://travis-ci.org/uiwjs/uiw/builds) [![](https://img.shields.io/github/issues/uiwjs/uiw.svg)](https://github.com/uiwjs/uiw/issues) [![](https://img.shields.io/github/forks/uiwjs/uiw.svg)](https://github.com/uiwjs/uiw/network) [![](https://img.shields.io/github/stars/uiwjs/uiw.svg)](https://github.com/uiwjs/uiw/stargazers) [![](https://img.shields.io/github/release/uiwjs/uiw.svg)](https://github.com/uiwjs/uiw/releases) [![Packagist](https://img.shields.io/dub/l/vibe-d.svg)](https://github.com/uiwjs/uiw) [![Packagist](https://img.shields.io/npm/v/uiw.svg)](https://www.npmjs.com/package/uiw) [![jest](https://facebook.github.io/jest/img/jest-badge.svg)](https://github.com/facebook/jest)

## 安装

```bash
npm install uiw --save

# 通过GitHub仓库安装
npm i -S uiw-react/uiw
npm i -S uiwjs/uiw
# 指定版本
npm i -S uiw-react/uiw#v1.2.12
npm i -S uiwjs/uiw#v1.2.12
# 或者
yarn add uiw-react/uiw
yarn add uiwjs/uiw
```
> ps: **通过GitHub仓库安装**的 win 用户请在 `Git Bash` 下执行,因为需要用到 git。
Expand Down Expand Up @@ -50,7 +50,7 @@ import { Button as ButtonView } from 'uiw';
要开发,运行自重新构建,获取代码:

```bash
$ git clone https://github.com/uiw-react/uiw.git
$ git clone https://github.com/uiwjs/uiw.git
$ cd uiw
$ npm install # or yarn install
# or 解决phantomjs下载失败问题
Expand Down

0 comments on commit d579a78

Please sign in to comment.