Update README.md
This commit is contained in:
parent
4b66be7bc1
commit
f63da7a98a
49
README.md
49
README.md
@ -1,27 +1,26 @@
|
|||||||
# Doric
|
<div align="center">
|
||||||
![Release](https://github.com/doric-pub/Doric/workflows/Release/badge.svg)
|
<a href="https://doric.pub">
|
||||||
|
<img alt="Doric" src="https://doric.pub/logo.png" width="200" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
A cross-platform development framework for Android & iOS
|
<div align="center">
|
||||||
|
<a href="https://github.com/doric-pub/Doric/blob/master/LICENSE">
|
||||||
# Prepare
|
<img alt="license" src="https://img.shields.io/npm/l/doric" />
|
||||||
1. node & npm.
|
</a>
|
||||||
1. Android SDK for Android Developers.
|
<a href="https://github.com/doric-pub/Doric/actions">
|
||||||
1. XCode, pod for iOS Developers.
|
<img alt="Actions" src="https://github.com/doric-pub/Doric/workflows/Release/badge.svg" />
|
||||||
1. Before open Android or iOS Project, run following commands in terminal.
|
</a>
|
||||||
|
</div>
|
||||||
```bash
|
|
||||||
cd doric
|
|
||||||
sh setup.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
# Android
|
|
||||||
1. Use android studio open dir `doric-android`
|
|
||||||
|
|
||||||
# iOS
|
|
||||||
1. Before open iOS project, run following commands in terminal.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cd doric-iOS/Example
|
|
||||||
pod install
|
|
||||||
```
|
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<a href= "https://www.npmjs.com/package/doric">
|
||||||
|
<img src="https://img.shields.io/npm/v/doric"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://mvnrepository.com/artifact/pub.doric/core">
|
||||||
|
<img src="https://img.shields.io/maven-central/v/pub.doric/core"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://cocoapods.org/pods/DoricCore">
|
||||||
|
<img src="https://img.shields.io/cocoapods/v/DoricCore"/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
Reference in New Issue
Block a user