Commit 3a004068 authored by cinwell.li's avatar cinwell.li Committed by FuryBean

Add links (#100)

parent b788476f
...@@ -13,8 +13,8 @@ Thank you for contributing! Please carefully read the following before opening y ...@@ -13,8 +13,8 @@ Thank you for contributing! Please carefully read the following before opening y
### Reproduction Link ### Reproduction Link
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. --> <!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
<!-- https://unpkg.com/element-ui/lib/index.js --> <!-- https://codepen.io/anon/pen/ozYpNA -->
<!-- https://unpkg.com/element-ui/lib/theme-default/index.css --> <!-- https://jsfiddle.net/gmve9d3p/ -->
### Steps to reproduce ### Steps to reproduce
......
...@@ -17,7 +17,7 @@ Demo will come with the documentation. Here is a preview of what a page based on ...@@ -17,7 +17,7 @@ Demo will come with the documentation. Here is a preview of what a page based on
## Usages ## Usages
```shell ```shell
npm install element-ui@next npm install element-ui@next -S
``` ```
## Quick Start ## Quick Start
...@@ -79,14 +79,17 @@ Recommend: node >= 4 npm >= 3 ...@@ -79,14 +79,17 @@ Recommend: node >= 4 npm >= 3
# development => install packages -> build icon etc. -> run webpack # development => install packages -> build icon etc. -> run webpack
$ npm run dev $ npm run dev
# Recommended use `npminstall` to install packages, it is so fast
$ npm i npminstall -g
$ npminstall
# build => build all component # build => build all component
$ npm run dist $ 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 ## Changelog
Details changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases). Details changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment