Skip to content
/ tango Public
forked from NetEase/tango

A source code based low-code builder. Integrate low-code experience into your local development workflow seamlessly.

License

Notifications You must be signed in to change notification settings

liyzy/tango

This branch is 12 commits behind NetEase/tango:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55bf417 · Aug 9, 2024
Feb 19, 2024
Sep 22, 2023
Aug 8, 2024
Aug 9, 2024
Jul 3, 2024
Nov 23, 2023
Jul 12, 2024
Dec 8, 2023
Aug 25, 2023
Aug 28, 2023
Jul 12, 2024
Jul 12, 2024
Aug 25, 2023
Sep 22, 2023
Nov 20, 2023
Dec 7, 2023
Aug 5, 2024
Oct 25, 2023
Aug 25, 2023
Aug 29, 2023
Apr 22, 2024
May 20, 2024

Repository files navigation

Tango LowCode Builder

A source code based low-code builder.

license NPM version

preview

English | 简体中文

📄 Documentation

You can view the detailed usage guide through the following links:

✨ Features

  • Tested in the production environment of NetEase Cloud Music, can be flexibly integrated into low-code platforms, local development tools, etc.
  • Based on source code AST, with no private DSL and protocol Real-time code generation capability, supporting source code in and source code out
  • Out-of-the-box front-end low-code designer, providing flexible and easy-to-use designer React components
  • Developed using TypeScript, providing complete type definition files

💡 Examples

You can use tango to build lowcode builders, for example:

Preview Description
image Internal App Builder
dashboard app Dashboard App Builder
image Mobile App Builder
rn app ReactNative App Builder
mail app Email Builder

🌐 Compatibility

  • Modern browsers(Chrome >= 80, Edge >= 80, last 2 safari versions, last 2 firefox versions)

💻 Development

Environment

  • Node >= 18
  • Yarn >= 1.22 && < 2

Development Quick Start

# 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

Local Https certificate

If you need to use https in the local development environment, you can use the following command to generate a certificate:

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

💬 Community

Join NetEase Tango Community to share your ideas, suggestions, or questions and connect with other users and contributors.

🤝 Contributing

Please read the github contribution guide first。

  • Clone the repository
  • Create a branch
  • Commit and push your code
  • Open a Pull Request

💗 Acknowledgments

Thanks to the NetEase Cloud Music Front-end team, Public Technology team, Live Broadcasting Technology team, and all the developers who participated in the Tango project.

Thank you to CodeSandbox for providing the Sandpack project, which provides powerful online code execution capabilities for Tango.

📣 Product Promotion

Don't waste your time restoring the UI, try the NetEase Cloud Music "Seal D2C" development tool! Easily turn your design into code, support React, RN, Vue, WeChat apps and other multi-end scenarios, what you see is what you get!

Experience "Seal D2C" now:

📄 License

This project is licensed under the terms of the MIT license

About

A source code based low-code builder. Integrate low-code experience into your local development workflow seamlessly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • JavaScript 1.1%