Skip to content

Commit

Permalink
Merge branch 'master' of github.com:o2team/xcel
Browse files Browse the repository at this point in the history
  • Loading branch information
JChehe committed Feb 17, 2017
2 parents 677e853 + b5399ca commit 2dcc212
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
28 changes: 23 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,33 @@ ERROR in dlopen(/Users/**/Desktop/XCel/node_modules/node-sass/vendor/darwin-x64-
## 最后
欢迎大家下载试用,当然更希望你们推荐给有需要的人。如果该工具没涵盖到你的筛选需求,可以进行反馈,我们会根据情况适时增加进来。

[1]: https://aotu.io/
---

## 一些有助于理解程序的图片

1. Vue 组件结构
 ![Vue 组件结构][13]
2. Vuex 数据结构
 ![Vuex 数据结构][14]
3. 解析 Excel 后的数据结构(在 background process 中)
 ![解析 Excel 后的数据结构][15]
4. 项目的文件结构
 ![项目的文件结构][16]


[1]: https://aotu.io/
[2]: http://jdc.jd.com/lab/xcel/download/1.3.0/xcel-1.3.0.dmg
[3]: http://jdc.jd.com/lab/xcel/download/1.3.0/xcel%20Setup%201.3.0.exe
[4]: http://jdc.jd.com/lab/xcel/download/1.3.0/xcel%20Setup%201.3.0-ia32.exe
[5]: http://jdc.jd.com/lab/xcel/download/1.3.0/xcel-1.3.0-linux-x64.zip
[6]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic1.png
[7]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic2.png
[8]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic3.png
[9]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic4.png
[6]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic11.png
[7]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic22.png
[8]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic33.png
[9]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic44.png
[10]: https://github.com/SimulatedGREG/electron-vue
[11]: https://simulatedgreg.gitbooks.io/electron-vue/content/index.html
[12]: https://simulatedgreg.gitbooks.io/electron-vue/content/docs/npm_scripts.html
[13]: https://misc.aotu.io/JChehe/2016-11-15-xcel/component-structure.jpg
[14]: https://misc.aotu.io/JChehe/2016-11-15-xcel/vuex-data-structure.jpg
[15]: https://misc.aotu.io/JChehe/2016-11-15-xcel/excel-data-analysis.jpg
[16]: https://misc.aotu.io/JChehe/2016-11-15-xcel/file-structure.jpg
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dependencies": {
"compare-versions": "^3.0.0",
"font-awesome": "^4.6.3",
"fs-extra": "^2.0.0",
"lodash": "^4.17.2",
"markdown": "^0.5.0",
"moment": "^2.15.0",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"electron-builder": "^7.18.0",
"electron-devtools-installer": "^1.1.4",
"electron-packager": "^7.7.0",
"electron-prebuilt": "^1.4.9",
"electron-rebuild": "^1.1.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
Expand Down

0 comments on commit 2dcc212

Please sign in to comment.