Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erguotou520 committed Sep 25, 2015
1 parent 720ea0a commit 11fb87a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
This is a training for electron.
使用`electron`构建的markdown编辑器
### 特点
* 实时预览
* 支持GFM
* Github的页面样式

### 构建
```shell
gulp
```
执行完成后会在`release`目录下生成Windows和Mac的可执行文件以及对应的zip包
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ gulp.task('electron', function() {
packageJson: packageJson,
release: './release',
cache: './cache',
version: 'v0.33.1',
version: 'v0.33.2',
packaging: true,
platforms: ['win32-ia32'],
platforms: ['win32-ia32', 'darwin-x64'],
asar: false,
platformResources: {
darwin: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "markdown",
"version": "0.1.0",
"dependencies": {
"electron": "^0.4.1",
"marked": "^0.3.5"
Expand Down

0 comments on commit 11fb87a

Please sign in to comment.