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-10-25 00:02:44 +08:00
Android feat:complete defination of LayoutConfig 2019-10-23 15:59:55 +08:00
debugger fix package-lock.json 2019-10-22 10:29:48 +08:00
demo feat:complete defination of LayoutConfig 2019-10-23 15:59:55 +08:00
doric-cli feat:add config to generate map file 2019-10-22 16:04:40 +08:00
iOS optimize code 2019-10-23 20:17:24 +08:00
js-framework feat:complete defination of LayoutConfig 2019-10-23 15:59:55 +08:00
remote remote js executor block io on 'loadJS' added 2019-10-22 10:27:12 +08:00
.DS_Store add doric remote js executor interface; update gradle 2019-10-12 19:52:27 +08:00
.gitignore websocket dev tool 2019-08-13 17:22:56 +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 setup.sh 2019-10-21 20:42:17 +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