https://github.com/binance/binance-mp-demo
https://github.com/binance/binance-mp-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/binance/binance-mp-demo
- Owner: binance
- License: mit
- Created: 2021-06-23T10:25:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T10:18:29.000Z (over 2 years ago)
- Last Synced: 2025-04-15T01:13:55.823Z (about 1 year ago)
- Language: JavaScript
- Size: 3.8 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Binance Mini Program Demos
## BMP Components Demo
`bmp-components-demo` shows the examples of components and apis available in the Binance Mini Program.
## DSL Component Demo
Same as `bmp-components-demo`, but `component-demo-public` is built on top of template directly. you can use `bxml`, `bxss` to build your own Binance Mini Program.
## Webview Demo
`webview demo` shows the example of webview component.
## Example: Migrate a React app to Mini Program app
`react-app-to-mp-example` shows how to migrate a React app to the Binance Mini Program app.