Skip to content

Commit f271d74

Browse files
committed
update README, close #28
1 parent 345a485 commit f271d74

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README-zh.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ Coding WebIDE(https://ide.coding.net) 是 Coding 自主研发的在线集成开
3535

3636
## 运行环境
3737

38-
WebIDE Frontend 依赖 **npm** 做包管理,**webpack****babel** 做构建工具
38+
WebIDE Frontend 需要 **node v6.x** 作为编译运行环境(可以避免很多奇怪的错误),推荐使用 **yarn** 做包管理工具,做构建工具使用 **webpack****babel**
39+
3940
WebIDE-Frontend-Webjars & WebIDE-Backend 项目依赖 **maven3****java8**
4041

41-
在编译、运行项目前,请保证环境依赖已被正确配置。
42+
运行该项目需要至少 512MB 的内存空间。在编译、运行项目前,请保证环境依赖已被正确配置。
4243

4344
## Server 版
4445

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ This is the entry point to setup and run the WebIDE Community Edition project. I
3535

3636
## Environment
3737

38-
WebIDE Frontend uses **npm** for package management, **webpack** and **babel** for building.
38+
WebIDE Frontend require **node v6.x** as build environment (this will save you from alot of weird errors). We recommend **yarn** for package management, **webpack** and **babel** is used for building.
39+
3940
Frontend Webjars & WebIDE Backend use **maven3** and **java8**.
4041

41-
Please ensure you have corresponding tools installed in your environment before build and run the project.
42+
The project requires at minimum 512MB memory to run. Please ensure you have corresponding tools installed in your environment before build and run the project.
4243

4344

4445
## Native Server

0 commit comments

Comments
 (0)