README.md 1.0 KB
Newer Older
hbcui1984's avatar
hbcui1984 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
`uni-app` 是一个使用 `Vue.js` 开发**跨平台**应用的前端框架。

开发者通过编写 `Vue.js` 代码,`uni-app` 将其编译到iOS、Android、微信小程序等多个平台,保证其正确运行并达到优秀体验。

## 文档

[uni-app 文档](https://uniapp.dcloud.io)

## 项目案例

Hello uni-app:演示uni-app框架的组件、接口、模板,

你可以使用手机扫描下方`App码`下载iOS、Android原生安装包,也可以使用微信扫描`小程序码`,体验uni-app的小程序版本:

<div style="display:flex;justify-content: space-around;">
	<div style="display:flex;align-items: center;flex-direction: column;">
		<img src="//img.cdn.aliyun.dcloud.net.cn/guide/uniapp/app_download.png" width="200"/>
		<span style="margin-top:15px;">App码</span>
	</div>
	<div style="display:flex;align-items: center;flex-direction: column;">
		<img src="//img.cdn.aliyun.dcloud.net.cn/guide/uniapp/gh_33446d7f7a26_430.jpg" width="200"/>
		<span style="margin-top:15px;">小程序码</span>
	</div>
</div>

[更多项目征集]()