📄 文档
您可以通过以下链接查看详细的使用指南:
- 文档站点:https://netease.github.io/tango-site/
- 游乐场应用:https://tango-demo.musicfe.com/designer/
✨ 特征
- 在网易云音乐的生产环境中测试,可以灵活集成到低代码平台、本地开发工具等中。
- 基于源代码 AST,没有私有 DSL 和协议 实时代码生成能力,支持源码输入和源码输出
- 开箱即用的前端低代码设计器,提供灵活易用的设计器 React 组件
- 使用 TypeScript 开发,提供完整的类型定义文件
💡 例子
您可以使用 tango 构建低代码构建器,例如:
| 预览 | 描述 |
|---|---|
![]() |
内部应用程序构建器 |
![]() |
仪表板应用程序构建器 |
![]() |
移动应用程序生成器 |
![]() |
ReactNative 应用程序构建器 |
![]() |
电子邮件生成器 |
🌐 兼容性
- 现代浏览器(Chrome >= 80,Edge >= 80,最近 2 个 safari 版本,最近 2 个 firefox 版本)
💻 发展
环境
- 节点
>= 18 - 纱
>= 1.22 && < 2
开发快速入门
# clone the repo
git clone https://github.com/NetEase/tango.git
# enter the project root
cd tango
# install dependencies
yarn
# start the designer playground app
yarn start
本地 Https 证书
如果需要在本地开发环境中使用 https,可以使用以下命令生成证书:
brew install mkcert
# install the local certificate
mkcert -install
# enter the playground app directory
cd apps/playground
# generate a certificate
mkcert local.netease.com # or change to your own domain name







没有回复内容