-
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
c35a691
commit 80a98d6
Showing
1 changed file
with
0 additions
and
27 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 |
---|---|---|
|
@@ -5,9 +5,6 @@ | |
> 只有经历过地狱般的磨练,才能拥有创造天堂的力量。——泰戈尔 | ||
* [在线阅读](https://react.apachecn.org) | ||
* [在线阅读(Gitee)](https://apachecn.gitee.io/doc-template/) | ||
* [ApacheCN 学习资源](http://docs.apachecn.org/) | ||
|
||
## 目录 | ||
|
||
+ [React 入门手册](docs/begin-react/SUMMARY.md) | ||
|
@@ -33,22 +30,6 @@ | |
+ [React 项目](docs/react-proj/SUMMARY.md) | ||
+ [ReactNative 秘籍](docs/rn-cb-2e/SUMMARY.md) | ||
|
||
## 贡献指南 | ||
|
||
为了不断改进翻译质量,我们特此启动了【翻译、校对、笔记整理活动】,开设了多个校对项目。贡献者校对一章之后可以领取千字2\~4元的奖励。进行中的校对活动请见[活动列表](https://home.apachecn.org/#/docs/activity/docs-activity)。更多详情请联系飞龙(Q562826179,V:wizardforcel)。 | ||
|
||
## 联系方式 | ||
|
||
### 负责人 | ||
|
||
* [飞龙](https://github.com/wizardforcel): 562826179 | ||
|
||
### 其他 | ||
|
||
* 在我们的 [apachecn/apachecn-react-zh](https://github.com/apachecn/apachecn-react-zh) github 上提 issue. | ||
* 发邮件到 Email: `[email protected]`. | ||
* 在我们的 [组织学习交流群](http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可. | ||
|
||
## 下载 | ||
|
||
### Docker | ||
|
@@ -59,14 +40,6 @@ docker run -tid -p <port>:80 apachecn0/apachecn-react-zh | |
# 访问 http://localhost:{port} 查看文档 | ||
``` | ||
|
||
### PYPI | ||
|
||
``` | ||
pip install apachecn-react-zh | ||
apachecn-react-zh <port> | ||
# 访问 http://localhost:{port} 查看文档 | ||
``` | ||
|
||
### NPM | ||
|
||
``` | ||
|