https://github.com/jrainlau/react-mobx-learning
https://github.com/jrainlau/react-mobx-learning
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrainlau/react-mobx-learning
- Owner: jrainlau
- License: mit
- Created: 2018-05-14T01:32:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T07:12:05.000Z (almost 7 years ago)
- Last Synced: 2024-12-26T17:10:55.518Z (4 months ago)
- Language: JavaScript
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-mobx-learning
学习react+mobx构建应用## 目录结构
```
.
└── src
├── App.js
├── components
│ └── ListView.js
├── index.js
├── main.css
└── store
└── index.js
```## 开发
```
yarn start
```## 构建
```
yarn run build
```