This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/README.md

23 lines
395 B
Markdown
Raw Normal View History

2019-07-19 10:27:09 +08:00
# Doric
2019-07-15 17:34:23 +08:00
A cross-platform development framework for Android & iOS
2019-10-21 20:47:40 +08:00
# Prepare
2019-10-25 00:02:44 +08:00
1. node & npm.
2019-10-21 20:47:40 +08:00
1. Android SDK for Android Developers.
2019-10-25 00:02:44 +08:00
1. XCode, pod for iOS Developers.
2019-10-21 20:47:40 +08:00
1. Before open Android or iOS Project, run following commands in terminal.
```bash
cd doric
sh setup.sh
```
2019-10-25 00:02:44 +08:00
# iOS
1. Before open iOS project, run following commands in terminal.
```bash
cd doric/iOS/Example
pod install
```