Skip to content

Commit 2dcc212

Browse files
committed
Merge branch 'master' of github.com:o2team/xcel
2 parents 677e853 + b5399ca commit 2dcc212

3 files changed

Lines changed: 24 additions & 6 deletions

File tree

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,33 @@ ERROR in dlopen(/Users/**/Desktop/XCel/node_modules/node-sass/vendor/darwin-x64-
8484
## 最后
8585
欢迎大家下载试用,当然更希望你们推荐给有需要的人。如果该工具没涵盖到你的筛选需求,可以进行反馈,我们会根据情况适时增加进来。
8686

87-
[1]: https://aotu.io/
87+
---
88+
89+
## 一些有助于理解程序的图片
90+
91+
1. Vue 组件结构
92+
 ![Vue 组件结构][13]
93+
2. Vuex 数据结构
94+
 ![Vuex 数据结构][14]
95+
3. 解析 Excel 后的数据结构(在 background process 中)
96+
 ![解析 Excel 后的数据结构][15]
97+
4. 项目的文件结构
98+
 ![项目的文件结构][16]
99+
100+
101+
[1]: https://aotu.io/
88102
[2]: http://jdc.jd.com/lab/xcel/download/1.3.0/xcel-1.3.0.dmg
89103
[3]: http://jdc.jd.com/lab/xcel/download/1.3.0/xcel%20Setup%201.3.0.exe
90104
[4]: http://jdc.jd.com/lab/xcel/download/1.3.0/xcel%20Setup%201.3.0-ia32.exe
91105
[5]: http://jdc.jd.com/lab/xcel/download/1.3.0/xcel-1.3.0-linux-x64.zip
92-
[6]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic1.png
93-
[7]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic2.png
94-
[8]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic3.png
95-
[9]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic4.png
106+
[6]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic11.png
107+
[7]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic22.png
108+
[8]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic33.png
109+
[9]: https://misc.aotu.io/JChehe/2016-11-15-xcel/graphic44.png
96110
[10]: https://github.com/SimulatedGREG/electron-vue
97111
[11]: https://simulatedgreg.gitbooks.io/electron-vue/content/index.html
98112
[12]: https://simulatedgreg.gitbooks.io/electron-vue/content/docs/npm_scripts.html
113+
[13]: https://misc.aotu.io/JChehe/2016-11-15-xcel/component-structure.jpg
114+
[14]: https://misc.aotu.io/JChehe/2016-11-15-xcel/vuex-data-structure.jpg
115+
[15]: https://misc.aotu.io/JChehe/2016-11-15-xcel/excel-data-analysis.jpg
116+
[16]: https://misc.aotu.io/JChehe/2016-11-15-xcel/file-structure.jpg

app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": {
99
"compare-versions": "^3.0.0",
1010
"font-awesome": "^4.6.3",
11+
"fs-extra": "^2.0.0",
1112
"lodash": "^4.17.2",
1213
"markdown": "^0.5.0",
1314
"moment": "^2.15.0",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"electron-builder": "^7.18.0",
6060
"electron-devtools-installer": "^1.1.4",
6161
"electron-packager": "^7.7.0",
62-
"electron-prebuilt": "^1.4.9",
6362
"electron-rebuild": "^1.1.3",
6463
"extract-text-webpack-plugin": "^1.0.1",
6564
"file-loader": "^0.8.5",

0 commit comments

Comments
 (0)