# Lakeshore-Electron


# 如何运行

* 设置 electron 环境变量 ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/
* 执行 ```npm install```
* 执行 ```npm run dev```


# 开发日志

## 开发会议记录

### 2017.2.22
* 参考 VSCode 的机制，完善客户端最底层的结构支持 @肖志鹏
* 参考 Unity 5.3的机制，允许场景切分为多场景，以方便进行版本控制 @李天宇
* 探讨与 EUI / EXML 的集成机制 @雷羽佳 @肖志鹏 @杨宁
* 优化运行时性能 @王泽
* 提供一种组件是否能在编辑模式下直接运行的设计方案 @肖志鹏 @李天宇 @杨宁





# 学习资料
* Electron : https://github.com/electron/electron/tree/master/docs-translations/zh-CN
* React : https://github.com/facebook/react
* TypeScript : https://github.com/Microsoft/TypeScript