Skip to content

Commit 5760565

Browse files
author
Moyee
authored
fix: update readme docs (#45)
1 parent d284b2d commit 5760565

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ TuGraph DB BROWSER 是 TuGraph 图数据库的可视化工具。可以完成图
44
### 0. 环境准备
55

66
- node.js
7-
- python2
87

98
### 1. 安装项目
109

@@ -20,7 +19,7 @@ yarn run bootstrap
2019
```bash
2120

2221
# 开发环境
23-
yarn run client-dev // 一定要 yarn
22+
yarn run client-dev
2423

2524
```
2625

@@ -40,15 +39,18 @@ yarn run server-dev
4039

4140
```bash
4241

43-
# 开发环境
42+
# 安装依赖
43+
yarn run bootstrap
44+
45+
# 构建
4446
yarn run build
4547

4648
# 生产环境
47-
yarn start // 切记,一定要 yarn start,npm run start 会存在若干问题!
49+
yarn start
4850

4951
```
5052

51-
浏览器访问 http://localhost:8888
53+
浏览器访问 http://localhost:7001
5254

5355

5456
发布时打压缩包

client/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"author": "聚则 <zhanning.bzn@antgroup.com>",
3+
"author": "baizn<576375879@qq.com>",
44
"scripts": {
55
"dev": "umi dev",
66
"build": "NODE_ENV=production && umi build",
@@ -87,6 +87,5 @@
8787
"tsparticles-shape-text": "2.9.3",
8888
"tsparticles-updater-life": "2.9.3",
8989
"tsparticles-updater-stroke-color": "2.9.3"
90-
},
91-
"repository": "[email protected]:Ant_Graph/geaflow-console.git"
90+
}
9291
}

0 commit comments

Comments
 (0)