【仅供内部供应商使用,不提供对外解答和培训】

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

前言

相比起老的版本,在插件开发环境搭建上,做了一定的改进,基本上做到傻瓜化配置。

开发工程准备

克隆开发工程,只需要在控制台中执行下面的命名,然后就是5分钟左右的等待即可:

git clone https://git.coding.net/fanruan/report-starter.git --recursive

更新开发工程

git submodule foreach git pull

启动开发工程

使用IntelliJ IDEA打开report-starter/project目录即可。

  • No labels