多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[例工程electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate) 1、下载项目 >git clone --depth 1 --single-branch --branch master https://github.com/electron-react-boilerplate/electron-react-boilerplate.git 自定义项目名 ~~~ git clone --depth 1 --single-branch --branch master https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name ~~~ 2、yarn安装依赖,之前安装过的依赖会被缓存起来,无需再次下载 ~~~ 前提:安装python到c盘根目录 $ cd your-project-name //yarn 提示不存在时,安装yarn npm install yarn -g //运行yarn 安装依赖 yarn //启动工程 yarn dev ~~~ 3、安装国内镜像源,yarn 服务器在国外,我们需要安装一个国内的镜像源 这里推荐yrm来管理镜像源 ``` //安装yrm npm install yrm -g //查看所有镜像 yrm ls //切换镜像 yrm use taobao ``` ![](https://img.kancloud.cn/60/b5/60b57dd2f2994a74c9862cda4f4e0b79_364x153.png) ![](https://img.kancloud.cn/fa/a0/faa0d007d71f1f4d56889fed289a5d91_542x295.png)