File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ TuGraph DB BROWSER 是 TuGraph 图数据库的可视化工具。可以完成图
4
4
### 0. 环境准备
5
5
6
6
- node.js
7
- - python2
8
7
9
8
### 1. 安装项目
10
9
@@ -20,7 +19,7 @@ yarn run bootstrap
20
19
``` bash
21
20
22
21
# 开发环境
23
- yarn run client-dev // 一定要 yarn
22
+ yarn run client-dev
24
23
25
24
```
26
25
@@ -40,15 +39,18 @@ yarn run server-dev
40
39
41
40
``` bash
42
41
43
- # 开发环境
42
+ # 安装依赖
43
+ yarn run bootstrap
44
+
45
+ # 构建
44
46
yarn run build
45
47
46
48
# 生产环境
47
- yarn start // 切记,一定要 yarn start,npm run start 会存在若干问题!
49
+ yarn start
48
50
49
51
```
50
52
51
- 浏览器访问 http://localhost:8888
53
+ 浏览器访问 http://localhost:7001
52
54
53
55
54
56
发布时打压缩包
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
- "author" : " 聚则 <zhanning.bzn@antgroup .com>" ,
3
+ "author" : " baizn<576375879@qq .com>" ,
4
4
"scripts" : {
5
5
"dev" : " umi dev" ,
6
6
"build" : " NODE_ENV=production && umi build" ,
87
87
"tsparticles-shape-text" : " 2.9.3" ,
88
88
"tsparticles-updater-life" : " 2.9.3" ,
89
89
"tsparticles-updater-stroke-color" : " 2.9.3"
90
- },
91
- "repository" :
" [email protected] :Ant_Graph/geaflow-console.git"
90
+ }
92
91
}
You can’t perform that action at this time.
0 commit comments