Skip to content

Commit

Permalink
docs: Update contributing guide (ElemeFE#14800)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang authored and a631807682 committed Aug 1, 2019
1 parent c7b0621 commit 863e797
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm run dev
# open http://localhost:8085
```

> **Notice**: modify `examples/play/index.vue` file, use the component you contribute, then run `npm run dev:play`, go ahead http://localhost:8085, get result, more quickly and friendly.
> **Notice**: modify `examples/play/index.vue` file, use the component you contribute, then run `npm run dev:play`, go ahead [http://localhost:8085](http://localhost:8085), get result, more quickly and friendly.
To build:

Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ npm run dev
# abra http://localhost:8085
```

> **Notice**: modify `examples/play/index.vue` file, use the component you contribute, then run `npm run dev:play`, go ahead http://localhost:8085, get result, more quickly and friendly.
> **Notice**: modify `examples/play/index.vue` file, use the component you contribute, then run `npm run dev:play`, go ahead [http://localhost:8085](http://localhost:8085), get result, more quickly and friendly.
Para armar:

Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.fr-FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm run dev
# open http://localhost:8085
```

> **Remarque** : modifiez le fichier `examples/play/index.vue`, utilisez le composant auquel vous contribuez, puis lancez `npm run dev:play`, allez sur http://localhost:8085, regardez le résultat rapidement et facilement.
> **Remarque** : modifiez le fichier `examples/play/index.vue`, utilisez le composant auquel vous contribuez, puis lancez `npm run dev:play`, allez sur [http://localhost:8085](http://localhost:8085), regardez le résultat rapidement et facilement.
Pour le build:

Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm run dev
# open http://localhost:8085
```

> **提示**:可以运行 `npm run dev:play`,修改 `examples/play/index.vue` 文件,调用你修改后的组件,仍然访问 http://localhost:8085,查看修改效果,更快更方便。
> **提示**:可以运行 `npm run dev:play`,修改 `examples/play/index.vue` 文件,调用你修改后的组件,仍然访问 [http://localhost:8085](http://localhost:8085),查看修改效果,更快更方便。
打包代码:

Expand Down

0 comments on commit 863e797

Please sign in to comment.