Skip to content

Commit 1840958

Browse files
committed
Merge branch 'update'
2 parents c57844b + d7ce673 commit 1840958

File tree

106 files changed

+2745
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+2745
-169
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,30 @@ Take a look at some of the amazing projects built with electron-vue. Want to hav
105105
* [**Space-Snake**](https://github.com/ilyagru/Space-Snake): A Desktop game built with Electron and Vue.js.
106106
* [**Forrest**](https://github.com/stefanjudis/forrest): An npm scripts desktop client
107107
* [**miikun**](https://github.com/hiro0218/miikun): A Simple Markdown Editor
108-
* [**Dakika**](https://github.com/Madawar/Dakika): A minute taking application that makes writing minutes a breeze
108+
* [**Dakika**](https://github.com/raj347/Dakika): A minute taking application that makes writing minutes a breeze
109109
* [**Dynamoc**](https://github.com/ieiayaobb/dynamoc): Dynamoc is a GUI client for dynamodb-local, dynalite and AWS dynamodb
110110
* [**Dockeron**](https://github.com/dockeron/dockeron): A dockeron project, built on Electron + Vue.js for Docker
111111
* [**Easysubs**](https://github.com/matiastucci/easysubs): Download subtitles in a very fast and simple way
112112
* [**adminScheduler**](https://github.com/danieltoorani/adminScheduler): An application leveraging electron for cross platform compatibility, Vue.js for lightning fast UI and full-calendar.io to deliver a premium calendar interface.
113113
* [**Backlog**](https://github.com/czytelny/backlog): Simple app for storing TODOs, ideas or backlog items. You can organize them with boards. Sleek flow. Built with Electron + Vue.js + iView
114114
* [**Opshell**](https://github.com/ricktbaker/opshell): Ops tool to make life easier working with AWS instances.
115115
* [**GitHoard**](https://github.com/jojobyte/githoard): Hoard git repositories with ease.
116+
* [**Data-curator**](https://github.com/ODIQueensland/data-curator): Share usable open data.
117+
* [**Bookmark**](https://github.com/mrgodhani/bookmark): Desktop app to manage bookmarked links using Atom Electron and Vue.js
118+
* [**Uber Run**](https://github.com/break-enter/uberrun): Simple automation desktop app to download and organize your tax invoices from Uber.
119+
* [**Netsix**](https://github.com/pulsardev/netsix): Share videos with your friends in a real peer-to-peer manner using WebRTC.
120+
* [**code-notes**](https://github.com/lauthieb/code-notes): A simple code snippet manager for developers built with Electron & Vue.js.
121+
* [**Pomotroid**](https://github.com/Splode/pomotroid): A simple and visually-pleasing Pomodoro timer
122+
* [**MarkText**](https://github.com/marktext/marktext): Mark Text is a realtime Markdown Editor.
123+
* [**vue-design**](https://github.com/L-Chris/vue-design): the best website visualization builder with Vue and Electron
124+
* [**ImapSync Client**](https://github.com/ridaamirini/ImapSyncClient): It's only an Internet Message Access Protocol Synchronization Client
125+
* [**Hve**](https://github.com/hellohve/hve): A static blog client tool you may like.
126+
* [**MarkdownFox**](https://github.com/lx4r/markdownfox): A simple Markdown viewer with auto update and PDF export.
127+
* [**Smart DOCSE**](https://github.com/shirshak55/smart-docse): A generic app which ability to display news, contact etc.
128+
* [**Cleaver**](https://getcleaver.com/): Cleaver helps you provision servers ready for deploying your web apps with zero downtime - for free!
129+
* [**XPanel**](https://github.com/krustnic/xpanel): XAMPP control panel alternative built with Electron & Vue.js
130+
* [**Hexo-Client**](https://github.com/gaoyoubo/hexo-client): A hexo client powered by electron-vue.
131+
* [**YT.Downloader**](https://github.com/myazarc/ytdownloader): Youtube Video Downloader&Converter and Play Music, built with Electron & Vue.js.
132+
* [**BMFont-JS**](https://github.com/elisaday/bmfont-js): BMFont-js is a bitmap font generator, built with Electron & Vue.js.
133+
* [**YouGet**](https://github.com/ahmetzeybek/YouGet): YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
134+
* [**Asar UI**](https://github.com/myazarc/AsarUI): UI for Asar Pack, built with Electron & Vue.js.

docs/LANGS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
* [English](en/)
22
* [日本語](ja/)
33
* [中文](cn/)
4+
* [대한민국](ko/)
5+
* [Português](pt_BR/)

docs/cn/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ vue init simulatedgreg/electron-vue#1.0 my-project
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): 快速简单地下载字幕
84+
* [**Data-curator**](https://github.com/ODIQueensland/data-curator):分享可用的開放數據。

docs/cn/end-to-end_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ my-project
4040

4141
### 关于 Spectron
4242

43-
Spectron 是使用 [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)[WebDriverIO](http://webdriver.io/) 来操作 DOM 元素的 [electron]http://electron.atom.io官方测试框架。
43+
Spectron 是使用 [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)[WebDriverIO](http://webdriver.io/) 来操作 DOM 元素的 [electron](http://electron.atom.io) 官方测试框架。
4444

4545
#### WebDriverIO 的使用
4646

docs/cn/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
## 在哪里放置我的静态资源?
3535

36-
[**静态资源的使用**](/using-static-assets.md)
36+
[**静态资源的使用**](using-static-assets.md)
3737

3838
## 为什么 `npm run lint` 会出现错误?
3939

docs/cn/npm_scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NPM 脚本
22

3-
为了帮助n你消除开发过程中的冗余任务,请注意一些可用的 NPM 脚本。以下命令应该运行在项目的根目录下。当然,你可以使用 `yarn run <command>` 的方式运行下列任何命令。
3+
为了帮助你消除开发过程中的冗余任务,请注意一些可用的 NPM 脚本。以下命令应该运行在项目的根目录下。当然,你可以使用 `yarn run <command>` 的方式运行下列任何命令。
44

55
### `npm run build`
66

docs/cn/renderer-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ src/renderer/components
4646

4747
### vuex 模块
4848

49-
描述 `vuex` 并不是简单的事情,所以请阅读 [这里](http://vuex.vuejs.org/en/intro.html),以便更好地了解它试图解决的问题及其工作原理。
49+
描述 `vuex` 并不是简单的事情,所以请阅读 [这里](https://vuex.vuejs.org/zh/),以便更好地了解它试图解决的问题及其工作原理。
5050

5151
electron-vue 利用 `vuex` 的模块结构创建多个数据存储,并保存在 `src/renderer/store/modules` 中。
5252

docs/cn/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ npm test
2626

2727
### 关于 CI 测试
2828

29-
如果在脚手架时你决定使用 `electron-builder` 作为构建工具,那么你可以在针对 `darwin``linux``win32` 的 Travis CI 以及 AppVeyor 上轻松测试你的程序。在 `.travis.yml``appveyor.yml` 两者之间,你会发现一些被注释掉的部分,你可以快速取消注释以启用测试。确保阅读 [**使用 CI 的自动化部署**](/using-electron-builder.md#automated-deployments-using-ci) 上的更多信息。
29+
如果在脚手架时你决定使用 `electron-builder` 作为构建工具,那么你可以在针对 `darwin``linux``win32` 的 Travis CI 以及 AppVeyor 上轻松测试你的程序。在 `.travis.yml``appveyor.yml` 两者之间,你会发现一些被注释掉的部分,你可以快速取消注释以启用测试。确保阅读 [**使用 CI 的自动化部署**](using-electron-builder.md#automated-deployments-using-ci) 上的更多信息。

docs/cn/using_pre-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm install --save-dev sass-loader node-sass
3838

3939
相同的原理适用于任何其他预处理器。那么,也许你的 JS 需要 coffeescript?只需安装 [coffeescript-loader](https://github.com/webpack/coffee-loader),并将属性 `lang=“coffeescript”` 应用到你的 `<script>` 标签上。
4040

41-
要获得该功能更高级的使用情况,请转到 [vue-loader 的文档](http://vue-loader.vuejs.org/en/configurations/pre-processors.html) 了解更多信息。
41+
要获得该功能更高级的使用情况,请转到 [vue-loader 的文档](https://vue-loader.vuejs.org/zh/guide/pre-processors.html) 了解更多信息。
4242

4343
## Sass/SCSS 全局变量的使用
4444

docs/en/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ Take a look at some of the amazing projects built with electron-vue. Want to hav
110110
* [**Backlog**](https://github.com/czytelny/backlog): Simple app for storing TODOs, ideas or backlog items. You can organize them with boards. Sleek flow. Built with Electron + Vue.js + iView
111111
* [**Opshell**](https://github.com/ricktbaker/opshell): Ops tool to make life easier working with AWS instances.
112112
* [**GitHoard**](https://github.com/jojobyte/githoard): Hoard git repositories with ease.
113+
* [**Data-curator**](https://github.com/ODIQueensland/data-curator): Share usable open data.

0 commit comments

Comments
 (0)