Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyucoding committed Apr 22, 2019
2 parents a8eaa0a + eba138d commit a7f8ebb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`uni-app` 是一个使用 `Vue.js` 开发**跨平台**应用的前端框架。

开发者通过编写 `Vue.js` 代码,`uni-app` 将其编译到 iOSAndroid、小程序、H5等多个平台,保证其正确运行并达到优秀体验。
开发者通过编写 `Vue.js` 代码,`uni-app` 将其编译到 App(iOS/Android、小程序(微信/支付宝/百度/字节跳动)、H5等多个平台,保证其正确运行并达到优秀体验。

`uni-app`官网文档详见[https://uniapp.dcloud.io](https://uniapp.dcloud.io)

Expand Down Expand Up @@ -36,3 +36,8 @@
<p>
<img src="http://img.cdn.aliyun.dcloud.net.cn/guide/uniapp/wx-barcode.png" width="250"/>
</p>

## 更多资料

- 开发资源汇总: [awesome-uni-app](https://github.com/aben1188/awesome-uni-app/blob/master/README.md)
- 评测:[深入测试一周,主流多端框架大比武](https://mp.weixin.qq.com/s/jIDEHfuMnED6HTfNgjsW4w)
2 changes: 1 addition & 1 deletion packages/uni-h5/dist/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/uni-h5/dist/index.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/uni-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcloudio/uni-h5",
"version": "0.4.4",
"version": "0.4.5",
"description": "uni-app h5",
"main": "dist/index.umd.min.js",
"scripts": {
Expand Down

0 comments on commit a7f8ebb

Please sign in to comment.