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-11-23 16:29:05 +08:00
Android feat:DoricPanelFragment use DoricJSLoader to load js bundle 2019-11-23 16:29:05 +08:00
debugger update node dependency 2019-11-20 14:20:49 +08:00
demo feat:storage plugin done 2019-11-22 17:07:32 +08:00
doric-cli context id generate 2019-11-22 16:42:38 +08:00
iOS feat:storage plugin done 2019-11-22 17:07:32 +08:00
js-framework feat:use DoricPanel instead of DoricContext directly 2019-11-23 16:29:05 +08:00
.DS_Store add doric remote js executor interface; update gradle 2019-10-12 19:52:27 +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