diff --git a/docs/en-us/customization/icons.md b/docs/en-us/customization/icons.md index 65bf736f..7b668ba8 100644 --- a/docs/en-us/customization/icons.md +++ b/docs/en-us/customization/icons.md @@ -14,7 +14,7 @@ You need to install @zeit-ui/icons if you want to use any ico 1. Install package: yarn add @zeit-ui/vue-icons 2. Import to Vue: - ```vue + ```js import { install } from '@zeit-ui/vue-icons' import Vue from 'vue' @@ -24,7 +24,7 @@ You need to install @zeit-ui/icons if you want to use any ico 3. Try use icon component: ```html ``` diff --git a/docs/en-us/getting-started/installation.md b/docs/en-us/getting-started/installation.md index 0aa9cedd..62211f2e 100644 --- a/docs/en-us/getting-started/installation.md +++ b/docs/en-us/getting-started/installation.md @@ -5,8 +5,8 @@
-Ensure your have the latest version of NodeJS, -and also need a package manager of NodeJS: NPM or Yarn. +Ensure your have the latest version of NodeJS, +and a package manager: NPM or Yarn.
@@ -37,12 +37,13 @@ Get the latest version from unpkg.com: You can also refer to [Example with UMD](https://github.com/zeit-ui/vue/blob/master/examples/umd/index.html) +

### Import a component -`@zeit-ui/vue` supports import components when you actually need. e.g.: +`@zeit-ui/vue` supports import components when you actually need: ```js import Vue from 'vue' diff --git a/docs/en-us/getting-started/introduction.md b/docs/en-us/getting-started/introduction.md index af23c39c..d65809b5 100644 --- a/docs/en-us/getting-started/introduction.md +++ b/docs/en-us/getting-started/introduction.md @@ -2,17 +2,20 @@ ### Why @zeit-ui/vue -`@zeit-ui/vue` is a Vue implementation for [zeit style](https://github.com/zeit-ui/zeit-style), originating from [Zeit Design](https://zeit.co/design). -Lean more at [GITHUB](https://github.com/zeit-ui/vue). +`@zeit-ui/vue` is a Vue implementation for Styles, +originating from ZEIT Design. -The design of the Zeit is concise and aesthetic feeling, this is an important reason for popular of Zeit. -Now you can use them through the `@zeit-ui/vue`. +The design of the ZEIT is concise and aesthetic feeling, this is an important reason for popular of ZEIT. +Now you can use them at will in Vue. + +ZEIT UI is an unofficial organization, all our projects are open source.
### Contact +- [Chat on Spectrum](https://spectrum.chat/zeit-ui/vue?tab=posts) - [Report an issue](https://github.com/zeit-ui/vue/issues/new) - Welcome share your feedback and ideas. We also love PRs. diff --git a/docs/zh-cn/customization/icons.md b/docs/zh-cn/customization/icons.md index a5a59c7d..79706bab 100644 --- a/docs/zh-cn/customization/icons.md +++ b/docs/zh-cn/customization/icons.md @@ -24,7 +24,7 @@ 3. 随后尝试直接使用组件: ```html ``` diff --git a/docs/zh-cn/getting-started/installation.md b/docs/zh-cn/getting-started/installation.md index 55242c10..ee345e23 100644 --- a/docs/zh-cn/getting-started/installation.md +++ b/docs/zh-cn/getting-started/installation.md @@ -5,8 +5,8 @@
-请确定你的 NodeJS 处于最新版本, -同时你还需要准备 NodeJS 的包管理器: NPM 或是 Yarn. +请确定你的 NodeJS 处于最新版本, +同时你还需要准备包管理器: NPM 或是 Yarn.
diff --git a/docs/zh-cn/getting-started/introduction.md b/docs/zh-cn/getting-started/introduction.md index dc479231..66408495 100644 --- a/docs/zh-cn/getting-started/introduction.md +++ b/docs/zh-cn/getting-started/introduction.md @@ -2,16 +2,20 @@ ### 什么是 ZEIT UI - VUE -`@zeit-ui/vue` 是针对 [ZEIT 样式库](https://github.com/zeit-ui/zeit-style) 的一个 Vue 版本实现, 灵感来自于 [ZEIT 的设计稿](https://zeit.co/design). -你可以在 [GITHUB](https://github.com/zeit-ui/vue) 上了解此项目的详细信息. +`@zeit-ui/vue` 是针对 ZEIT 样式库 的一个 Vue 版本实现, +灵感来自于 ZEIT 的设计稿. + +ZEIT 的设计非常简洁美观,且有浓厚的 Geek 风格,这是 ZEIT 如此受欢迎的重要原因,现在你可以在 Vue 中随意使用所有设计元素。 + +**ZEIT UI** 是非官方的组织,且所有项目都是开源的。 -ZEIT 的设计非常简洁美观,且有浓厚的 Geek 风格,这是 ZEIT 如此受欢迎的重要原因,现在你可以在 `@zeit-ui/vue` 中无缝的使用所有设计元素。
### 联系我们 +- [在 Spectrum 上聊天](https://spectrum.chat/zeit-ui/vue?tab=posts) - [报告问题](https://github.com/zeit-ui/vue/issues/new) - 我们非常欢迎来自任何人有趣的想法或反馈,也欢迎你贡献代码。