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
Shawn 78e8e47ad7 Feature/master fix path error (#3)
* fix:fix minimum example version

* fix:add target version in example podfile

* fix:change example js source path
2019-12-23 16:48:21 +08:00
doric-android Feature/prepare publish (#2) 2019-12-23 15:29:38 +08:00
doric-cli update template project (#1) 2019-12-23 14:47:23 +08:00
doric-demo update deps 2019-12-23 10:36:33 +08:00
doric-h5 fix deps 2019-12-23 10:41:18 +08:00
doric-iOS Feature/master fix path error (#3) 2019-12-23 16:48:21 +08:00
doric-js Feature/prepare publish (#2) 2019-12-23 15:29:38 +08:00
doric-Qt rename dir 2019-12-21 21:55:53 +08:00
.gitignore update script 2019-12-21 23:15:09 +08:00
bundle.sh Feature/prepare publish (#2) 2019-12-23 15:29:38 +08:00
DoricCore.podspec Feature/prepare publish (#2) 2019-12-23 15:29:38 +08:00
LICENSE add apache-2.0 licence 2019-10-21 09:59:22 +08:00
README.md rename dir 2019-12-21 21:55:53 +08:00
setup.sh update script 2019-12-21 23:15:09 +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