瀏覽代碼

Add links (#100)

cinwell.li 9 年之前
父節點
當前提交
3a00406851
共有 2 個文件被更改,包括 10 次插入7 次删除
  1. 2 2
      .github/ISSUE_TEMPLATE.md
  2. 8 5
      README.md

+ 2 - 2
.github/ISSUE_TEMPLATE.md

@@ -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
 

+ 8 - 5
README.md

@@ -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).