-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f7fd76
commit 16ab293
Showing
2 changed files
with
13 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,10 @@ | ||
<!-- | ||
需要填充的占位符: | ||
README.md | ||
{name}:文档中文名 | ||
{nameEn}:文档英文名 | ||
{urlEn}:文档原始链接 | ||
{domain}:域名前缀 | ||
{adminName}:负责人名称 | ||
{adminUn}:负责人 Github 用户名 | ||
{adminQq}:负责人 QQ | ||
{repo}:ApacheCN 的 Github 仓库名称 | ||
{dockerName}:DockerHub 仓库名称 | ||
{pypiName}:PYPI 包名称 | ||
{npmName}:NPM 包名称 | ||
CNAME | ||
{domain}:域名前缀 | ||
index.html | ||
{name}:文档中文名 | ||
{color}:显示颜色 | ||
{repo}:ApacheCN 的 Github 仓库名称 | ||
asset/docsify-apachecn-footer.js | ||
{repo}:ApacheCN 的 Github 仓库名称 | ||
--> | ||
|
||
# {name} | ||
|
||
> 原文:[{nameEn}]({urlEn}) | ||
> | ||
# ApacheCN React 译文集 | ||
|
||
> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) | ||
> | ||
> 只有经历过地狱般的磨练,才能拥有创造天堂的力量。——泰戈尔 | ||
* [在线阅读](https://{domain}.apachecn.org) | ||
* [在线阅读](https://react.apachecn.org) | ||
* [在线阅读(Gitee)](https://apachecn.gitee.io/doc-template/) | ||
* [ApacheCN 学习资源](http://docs.apachecn.org/) | ||
|
||
|
@@ -52,11 +18,11 @@ | |
|
||
### 负责人 | ||
|
||
* [{adminName}](https://github.com/{adminUn}): {adminQq} | ||
* [飞龙](https://github.com/wizardforcel): 562826179 | ||
|
||
### 其他 | ||
|
||
* 在我们的 [apachecn/{repo}](https://github.com/apachecn/{repo}) github 上提 issue. | ||
* 在我们的 [apachecn/apachecn-react-zh](https://github.com/apachecn/apachecn-react-zh) github 上提 issue. | ||
* 发邮件到 Email: `[email protected]`. | ||
* 在我们的 [组织学习交流群](http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可. | ||
|
||
|
@@ -65,24 +31,24 @@ | |
### Docker | ||
|
||
``` | ||
docker pull apachecn0/{dockerName} | ||
docker run -tid -p <port>:80 apachecn0/{dockerName} | ||
docker pull apachecn0/apachecn-react-zh | ||
docker run -tid -p <port>:80 apachecn0/apachecn-react-zh | ||
# 访问 http://localhost:{port} 查看文档 | ||
``` | ||
|
||
### PYPI | ||
|
||
``` | ||
pip install {pypiName} | ||
{pypiName} <port> | ||
pip install apachecn-react-zh | ||
apachecn-react-zh <port> | ||
# 访问 http://localhost:{port} 查看文档 | ||
``` | ||
|
||
### NPM | ||
|
||
``` | ||
npm install -g {npmName} | ||
{npmName} <port> | ||
npm install -g apachecn-react-zh | ||
apachecn-react-zh <port> | ||
# 访问 http://localhost:{port} 查看文档 | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters