Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

hero
image title desc actions
Uni API
小程序容器和 Web 容器的跨端 API 解决方案
text link
快速开始
/packages
features
icon title desc
多端统一
支持`web、微信小程序、头条小程序、阿里小程序、百度小程序、快手小程序`应用
icon title desc
按环境拆包
极致代码体积,体验升级

Uni API

提供一系列跨端 API 帮助用户快速开发多端应用,目前支持Web、微信小程序、字节小程序、阿里小程序、百度小程序、快手小程序。

/**
 * iframe: true
 */
import React from 'react';
export default () => (
  <iframe style={{
      boxShadow: '0 2px 15px rgba(0,0,0,0.1)',
      width: '100%',
      height: '700px'
    }} src='https://herbox-embed.alipay.com/p/uni/uni?previewZoom=100&topSlider=false'></iframe>
);

示例

微信小程序
支付宝小程序