Doric is a cross-platform development framework for Android & iOS & Web & Qt
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.
Go to file
2020-03-19 15:36:23 +08:00
doric-android android remove unused import 2020-03-19 15:36:23 +08:00
doric-cli feat:update cli android template 2020-03-19 15:36:23 +08:00
doric-demo iOS: notch plugin implementation 2020-03-19 15:11:57 +08:00
doric-iOS feat:adjust the inject timing of panel's initData 2020-03-19 15:36:23 +08:00
doric-js feat:adjust the inject timing of panel's initData 2020-03-19 15:36:23 +08:00
doric-Qt rename dir 2019-12-21 21:55:53 +08:00
doric-web feat:adjust the inject timing of panel's initData 2020-03-19 15:36:23 +08:00
.gitignore update script 2019-12-21 23:15:09 +08:00
bundle.sh add dist files 2020-02-19 19:54:10 +08:00
DoricCore.podspec Publish version 0.3.8 2020-03-14 11:40:34 +08:00
DoricDevkit.podspec Publish version 0.3.8 2020-03-14 11:40:34 +08:00
LICENSE add apache-2.0 licence 2019-10-21 09:59:22 +08:00
publish-android-legacy.sh add android legacy publish shell script 2020-01-16 16:07:19 +08:00
publish.sh Publish version 0.3.4 2020-03-02 13:26:29 +08:00
README.md rename dir 2019-12-21 21:55:53 +08:00
setup.sh Publish version 0.2.2 2020-01-06 13:23:43 +08:00
version Publish version 0.3.8 2020-03-14 11:40:34 +08:00

Doric

A cross-platform development framework for Android & iOS

Prepare

  1. node & npm.
  2. Android SDK for Android Developers.
  3. XCode, pod for iOS Developers.
  4. Before open Android or iOS Project, run following commands in terminal.
cd doric
sh setup.sh

iOS

  1. Before open iOS project, run following commands in terminal.
cd doric/iOS/Example
pod install