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-28 12:04:37 +08:00
.github/workflows Update publish.yml 2020-03-25 20:15:38 +08:00
doric-android feat:devkit connect directly 2020-03-28 12:04:37 +08:00
doric-cli update cli to 0.3.4 2020-03-27 15:54:23 +08:00
doric-demo add text lineSpacing 2020-03-24 16:25:14 +08:00
doric-iOS iOS:Fix onFrameChangedCallback not functional right 2020-03-28 12:04:37 +08:00
doric-js feat:update to 0.3.16 2020-03-25 15:05:50 +08:00
doric-Qt rename dir 2019-12-21 21:55:53 +08:00
doric-web feat:update to 0.3.16 2020-03-25 15:05:50 +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 feat:update to 0.3.16 2020-03-25 15:05:50 +08:00
DoricDevkit.podspec feat:update to 0.3.16 2020-03-25 15:05:50 +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 apply script change 2020-03-25 16:16:35 +08:00
README.md Update README.md 2020-03-25 17:16:25 +08:00
setup.sh add devkit to example app 2020-03-20 14:29:34 +08:00
version feat:update to 0.3.16 2020-03-25 15:05:50 +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