File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ vue init simulatedgreg/electron-vue#1.0 my-project
77
77
* [ ** Space-Snake** ] ( https://github.com/ilyagru/Space-Snake ) : 使用 Electron 和 Vue.js 构建的桌面游戏。
78
78
* [ ** Forrest** ] ( https://github.com/stefanjudis/forrest ) : 一个 npm 脚本的桌面客户端
79
79
* [ ** 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 ) : 超省时的应用程序,使写作变得轻而易举
81
81
* [ ** Dynamoc** ] ( https://github.com/ieiayaobb/dynamoc ) : Dynamoc 是一个 dynamodb-local、 dynalite 和 AWS dynamodb 的图形化界面客户端
82
82
* [ ** Dockeron** ] ( https://github.com/dockeron/dockeron ) : Dockeron 项目, 基于 Electron + Vue.js 的 Docker 桌面客户端
83
83
* [ ** Easysubs** ] ( https://github.com/matiastucci/easysubs ) : 快速简单地下载字幕
Original file line number Diff line number Diff line change 2
2
3
3
## 脚手架
4
4
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 ` 帮助减少最后构建文件的大小。
6
6
7
7
``` bash
8
8
# 安装 vue-cli 和 脚手架样板代码
@@ -17,14 +17,14 @@ yarn run dev # 或者 npm run dev
17
17
18
18
#### 关于 electron
19
19
20
- 虽然是可选的,仍旧建议在创建你的项目之后锁定你 electron 的版本。这样可以防止在同一项目上工作的其他开发者使用不同的版本进行开发。electron 经常发布新版本,所以一些功能特性总是会发生相应的变化。[ 更多信息] ( http://electron.atom.io/docs/tutorial/electron-versioning/ ) 。
20
+ 虽然是可选的,仍旧我们建议在创建项目之后锁定你 electron 的版本。这样可以防止在同一项目上工作的其他开发者使用不同的版本进行开发。electron 经常发布新版本,所以一些功能特性总是会发生相应的变化。[ 更多信息] ( http://electron.atom.io/docs/tutorial/electron-versioning/ ) 。
21
21
22
22
23
23
#### Windows 用户注意事项
24
24
25
25
如果在 ` npm install ` 期间遇到关于 ` node-gyp ` 的错误,那么你很有可能没有在你的系统上安装正确的构建工具。构建工具包括 Python 和 Visual Studio 等等。感谢 [ @felixrieseberg ] ( https://github.com/felixrieseberg ) ,有几个软件包可以帮助简化此过程。
26
26
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 ` ,则可以跳过此项检查。
28
28
29
29
若上一项检查完成,我们可以继续设置所需的构建工具。使用 [ ` windows-build-tools ` ] ( https://github.com/felixrieseberg/windows-build-tools ) 来为我们完成大部分烦人的工作。全局安装此工具将依次设置 Visual C++ 软件包、Python 等等。
30
30
You can’t perform that action at this time.
0 commit comments