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-29 20:02:20 +08:00
Android feat:support alpha 2019-11-29 20:02:20 +08:00
debugger update node dependency 2019-11-20 14:20:49 +08:00
demo feat:iOS support transform properties 2019-11-29 19:17:02 +08:00
doric-cli android supports animation 2019-11-29 15:07:32 +08:00
iOS feat:support alpha 2019-11-29 20:02:20 +08:00
js-framework feat:support alpha 2019-11-29 20:02:20 +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