Add links (#100)

pull/104/head
cinwell.li 2016-09-21 11:27:43 +08:00 committed by FuryBean
parent b788476f6f
commit 3a00406851
2 changed files with 10 additions and 7 deletions

View File

@ -13,8 +13,8 @@ Thank you for contributing! Please carefully read the following before opening y
### Reproduction Link
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
<!-- https://unpkg.com/element-ui/lib/index.js -->
<!-- https://unpkg.com/element-ui/lib/theme-default/index.css -->
<!-- https://codepen.io/anon/pen/ozYpNA -->
<!-- https://jsfiddle.net/gmve9d3p/ -->
### Steps to reproduce

View File

@ -17,7 +17,7 @@ Demo will come with the documentation. Here is a preview of what a page based on
## Usages
```shell
npm install element-ui@next
npm install element-ui@next -S
```
## Quick Start
@ -79,14 +79,17 @@ Recommend: node >= 4 npm >= 3
# development => install packages -> build icon etc. -> run webpack
$ npm run dev
# Recommended use `npminstall` to install packages, it is so fast
$ npm i npminstall -g
$ npminstall
# build => build all component
$ npm run dist
```
## Other links
- [Design resources](https://github.com/ElementUI/Resources)
- Boilerplate for bug reports
- [CodePen](https://codepen.io/anon/pen/ozYpNA)
- [JSFiddle](https://jsfiddle.net/gmve9d3p/)
- [Mint UI](https://github.com/ElemeFE/mint-ui) - Mobile UI elements for Vue.js
## Changelog
Details changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).