Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbc4078

Browse files
committed
rephrase get started Chinese
1 parent e2e4b82 commit bbc4078

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/cn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ vue init simulatedgreg/electron-vue#1.0 my-project
7777
* [**Space-Snake**](https://github.com/ilyagru/Space-Snake): 使用 Electron 和 Vue.js 构建的桌面游戏。
7878
* [**Forrest**](https://github.com/stefanjudis/forrest): 一个 npm 脚本的桌面客户端
7979
* [**miikun**](https://github.com/hiro0218/miikun): 一个简单的 Markdown 编辑器
80-
* [**Dakika**](https://github.com/Madawar/Dakika): A minute taking application that makes writing minutes a breeze
80+
* [**Dakika**](https://github.com/Madawar/Dakika): 超省时的应用程序,使写作变得轻而易举
8181
* [**Dynamoc**](https://github.com/ieiayaobb/dynamoc): Dynamoc 是一个 dynamodb-local、 dynalite 和 AWS dynamodb 的图形化界面客户端
8282
* [**Dockeron**](https://github.com/dockeron/dockeron): Dockeron 项目, 基于 Electron + Vue.js 的 Docker 桌面客户端
8383
* [**Easysubs**](https://github.com/matiastucci/easysubs): 快速简单地下载字幕

docs/cn/getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 脚手架
44

5-
该样板代码被构建为 [`vue-cli`](https://github.com/vuejs/vue-cli) 的模板,并包含自定义你的最终脚手架应用程序的选项。需要使用`node@^7`或更高版本。electron-vue 官方推荐 [`yarn`](https://yarnpkg.org) 作为组件管理器,因为它可以更好地处理依赖关系,并可以使用 `yarn clean` 帮助减少最后构建文件的大小。
5+
该样板代码被构建为 [`vue-cli`](https://github.com/vuejs/vue-cli) 的一个模板,并且包含多个选项,可以自定义你最终的脚手架程序。本项目需要使用 `node@^7` 或更高版本。electron-vue 官方推荐 [`yarn`](https://yarnpkg.org) 作为软件包管理器,因为它可以更好地处理依赖关系,并可以使用 `yarn clean` 帮助减少最后构建文件的大小。
66

77
```bash
88
# 安装 vue-cli 和 脚手架样板代码
@@ -17,14 +17,14 @@ yarn run dev # 或者 npm run dev
1717

1818
#### 关于 electron
1919

20-
虽然是可选的,仍旧建议在创建你的项目之后锁定你 electron 的版本。这样可以防止在同一项目上工作的其他开发者使用不同的版本进行开发。electron 经常发布新版本,所以一些功能特性总是会发生相应的变化。[更多信息](http://electron.atom.io/docs/tutorial/electron-versioning/)
20+
虽然是可选的,仍旧我们建议在创建项目之后锁定你 electron 的版本。这样可以防止在同一项目上工作的其他开发者使用不同的版本进行开发。electron 经常发布新版本,所以一些功能特性总是会发生相应的变化。[更多信息](http://electron.atom.io/docs/tutorial/electron-versioning/)
2121

2222

2323
#### Windows 用户注意事项
2424

2525
如果在 `npm install` 期间遇到关于 `node-gyp` 的错误,那么你很有可能没有在你的系统上安装正确的构建工具。构建工具包括 Python 和 Visual Studio 等等。感谢 [@felixrieseberg](https://github.com/felixrieseberg),有几个软件包可以帮助简化此过程。
2626

27-
我们需要检查的第一项是我们的 npm 版本,并确保它不是过时的。这个可以使用 [`npm-windows-upgrade`](https://github.com/felixrieseberg/npm-windows-upgrade) 来完成。如果你使用 `yarn`,则可以跳过此项检查。
27+
我们需要检查的第一项是 npm 的版本,并确保它是最新的。这个可以使用 [`npm-windows-upgrade`](https://github.com/felixrieseberg/npm-windows-upgrade) 来完成。如果你使用 `yarn`,则可以跳过此项检查。
2828

2929
若上一项检查完成,我们可以继续设置所需的构建工具。使用 [`windows-build-tools`](https://github.com/felixrieseberg/windows-build-tools) 来为我们完成大部分烦人的工作。全局安装此工具将依次设置 Visual C++ 软件包、Python 等等。
3030

0 commit comments

Comments
 (0)