Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
DanceUI
DanceUI is a declarative UI framework.
- Reuses the SwiftUI ecosystem
- Broad compatibility, with a minimum deployment target of iOS 13
English | 简体中文
Environment Setup
It is recommended to create a shared workspace directory and place the related repositories under the same workspace.
1. Create a Workspace Directory
mkdir DanceUIWorkSpace
cd DanceUIWorkSpace2. Clone the Required Repositories
Run the following commands inside DanceUIWorkSpace:
git clone https://github.com/bytedance/DanceUI
git clone https://github.com/bytedance/DanceUIRuntime
git clone https://github.com/bytedance/DanceUIGraph3. Initialize the DanceUI Repository
Enter the DanceUI directory and run the initialization script:
cd DanceUI
bash init.sh4. Install Dependencies for the Example Project
Enter the Example directory and run:
cd Example
bundle install
bundle exec pod installAfter that, you can open Example/DanceUIApp.xcworkspace to develop and debug the example project.
License
This project is open-sourced under the Apache License 2.0. See LICENSE for details.