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
2021-05-20 18:27:45 +08:00
.github/workflows Update publish.yml 2021-01-28 14:34:20 +08:00
.vscode add .vscode setting 2020-10-23 16:04:34 +08:00
doric-android android:fix log output format error 2021-05-20 18:26:46 +08:00
doric-cli Android:update the upload script 2021-03-26 23:22:35 +08:00
doric-demo update script to compat windows 2021-05-20 18:27:45 +08:00
doric-iOS iOS: fix when main bundle load error, exception is nil 2021-05-19 17:35:04 +08:00
doric-js Update: add some comments 2021-05-18 17:26:30 +08:00
doric-Qt add hlayout & handle color 2021-05-20 18:27:45 +08:00
doric-web feat: update modular,add mount and unmount action 2021-05-18 17:26:30 +08:00
.gitignore update script 2019-12-21 23:15:09 +08:00
bundle.sh Update bundle.sh 2021-02-26 19:02:47 +08:00
DoricCore.podspec iOS:Remove dependency of YYCache,add support for YYCache,TMCache,or PINCache 2021-02-01 17:48:45 +08:00
DoricDevkit.podspec Release v0.6.13 2021-01-28 14:40:12 +08:00
LICENSE add apache-2.0 licence 2019-10-21 09:59:22 +08:00
publish-android-legacy.sh apply script change 2020-03-25 16:16:35 +08:00
publish.sh feat:update doric-cli default version 2021-02-26 18:54:13 +08:00
README.md Update README.md 2020-03-25 17:16:25 +08:00
setup.sh feat:update script 2021-03-02 18:30:28 +08:00

Doric

Release

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

Android

  1. Use android studio open dir doric-android

iOS

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