mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
* build(site): fix #5570 * docs(CONTRIBUTE): fix spell error * Update package.json * Update package.json --------- Co-authored-by: yxf <1848212420@qq.com>
This commit is contained in:
parent
74c19e903e
commit
09cfa1d4d0
@ -42,7 +42,7 @@ $ pnpm install
|
||||
- Debugger with live demo:
|
||||
|
||||
```bash
|
||||
$ cd packasges/g6
|
||||
$ cd packages/g6
|
||||
|
||||
$ npm run dev
|
||||
```
|
||||
@ -50,7 +50,7 @@ $ npm run dev
|
||||
- Run test cases:
|
||||
|
||||
```bash
|
||||
$ cd packasges/g6
|
||||
$ cd packages/g6
|
||||
|
||||
$ npm run test
|
||||
```
|
||||
@ -58,7 +58,7 @@ $ npm run test
|
||||
- Preview locale website:
|
||||
|
||||
```bash
|
||||
$ cd packasges/site
|
||||
$ cd packages/site
|
||||
|
||||
$ npm run dev
|
||||
```
|
||||
|
@ -42,7 +42,7 @@ $ pnpm install
|
||||
- 调试 DEMO
|
||||
|
||||
```bash
|
||||
$ cd packasges/g6
|
||||
$ cd packages/g6
|
||||
|
||||
$ npm run dev
|
||||
```
|
||||
@ -50,7 +50,7 @@ $ npm run dev
|
||||
- 运行单元测试
|
||||
|
||||
```bash
|
||||
$ cd packasges/g6
|
||||
$ cd packages/g6
|
||||
|
||||
$ npm run test
|
||||
```
|
||||
@ -58,7 +58,7 @@ $ npm run test
|
||||
- 启动本地官网
|
||||
|
||||
```bash
|
||||
$ cd packasges/site
|
||||
$ cd packages/site
|
||||
|
||||
$ npm run dev
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user