Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2662419405/jianshu
React重新练习一遍简书开发
https://github.com/2662419405/jianshu
antd github react redux redux-thunk
Last synced: about 1 month ago
JSON representation
React重新练习一遍简书开发
- Host: GitHub
- URL: https://github.com/2662419405/jianshu
- Owner: 2662419405
- Created: 2019-12-14T02:57:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:59:10.000Z (about 2 years ago)
- Last Synced: 2024-10-30T19:08:45.806Z (3 months ago)
- Topics: antd, github, react, redux, redux-thunk
- Language: JavaScript
- Size: 3.79 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REACT简书
## 技术栈
MVVM
### 核心
"react": "^16.8.6",
### 通讯
"axios": "^0.19.0",
### 数据持久
"immutable": "^4.0.0-rc.12",
"redux-immutable": "^4.0.0",
### 数据管理
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
### 路由
"react-router-dom": "^5.0.1",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
### 样式
sass
### 打包工具
webpack
### 数据管理工具
### 使用
```js
git clone https://github.com/2662419405/jianshu.git
cd jianshu
npm run build
```
简书完成Tag1/12.27