Skip to content

Commit

Permalink
2024-05-16 12:30:04
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed May 16, 2024
1 parent 8357575 commit 7b15f3e
Show file tree
Hide file tree
Showing 330 changed files with 11 additions and 209,312 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
react.flygon.net
flrct.flygon.net
2 changes: 1 addition & 1 deletion NAV.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
+ [GeeksForGeeks HTML 中文教程📚](https://opendoccn.github.io/geeksforgeeks-html-zh)
+ [飞龙的 Vue 译文集📚](https://opendoccn.github.io/opendoccn-vue-zh)
+ [飞龙的 Angular 译文集📚](https://opendoccn.github.io/opendoccn-angular-zh)
+ [飞龙的 React 译文集📚](https://opendoccn.github.io/opendoccn-react-zh)
+ [FreeLearning React 译文集📚](https://opendoccn.github.io/opendoccn-react-zh)
+ [飞龙的 jQuery 译文集📚](https://opendoccn.github.io/opendoccn-jquery-zh)
+ [飞龙的 jQuery 译文集(二)📚](https://opendoccn.github.io/opendoccn-jquery-zh-pt2)
+ 后端/大数据
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
# 飞龙的 React 译文集
# FreeLearning React 译文集

> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)
>
> 只有经历过地狱般的磨练,才能拥有创造天堂的力量。——泰戈尔
* [在线阅读](https://react.flygon.net)
* [在线阅读](https://flrct.flygon.net)

## 下载

### Docker

```
docker pull apachecn0/flygon-react-zh
docker run -tid -p <port>:80 apachecn0/flygon-react-zh
docker pull apachecn0/freelearn-react-zh
docker run -tid -p <port>:80 apachecn0/freelearn-react-zh
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g flygon-react-zh
flygon-react-zh <port>
npm install -g freelearn-react-zh
freelearn-react-zh <port>
# 访问 http://localhost:{port} 查看文档
```

Expand Down
119 changes: 0 additions & 119 deletions docs/begin-react/0.md

This file was deleted.

Loading

0 comments on commit 7b15f3e

Please sign in to comment.