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
2019-12-03 09:59:09 +08:00
Android feat:Optimize Android's swipelayout 2019-12-03 09:59:09 +08:00
debugger update node dependency 2019-11-20 14:20:49 +08:00
demo feat:Optimize Android's swipelayout 2019-12-03 09:59:09 +08:00
doric-cli feat:protect debug error 2019-12-02 10:47:29 +08:00
iOS feat:Add Complext Demo 2019-12-03 09:27:20 +08:00
js-framework feat:Pullable return pulling distance 2019-12-02 21:01:34 +08:00
.gitignore update .gitignore 2019-11-20 11:49:32 +08:00
LICENSE add apache-2.0 licence 2019-10-21 09:59:22 +08:00
README.md 更新Readme 2019-10-25 00:02:44 +08:00
setup.sh add: npm link to setup.sh 2019-10-31 19:38:47 +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