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-04 20:29:56 +08:00
Android add debug bottom sheet 2019-10-31 20:22:00 +08:00
debugger fix package-lock.json 2019-10-22 10:29:48 +08:00
demo fix rebase error 2019-10-25 14:30:51 +08:00
doric-cli feat:add config to generate map file 2019-10-22 16:04:40 +08:00
iOS feat: add ios websocket didReceiveMessage 2019-11-04 20:29:56 +08:00
js-framework feat:pass the breakpoint debug 2019-10-25 14:27:31 +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: 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