Skip to content

Latest commit

 

History

History
132 lines (109 loc) · 13.6 KB

resource.md

File metadata and controls

132 lines (109 loc) · 13.6 KB

建议第一步,看完uni-app官网的首页介绍。 It is recommended that the first step is to read the introduction of the homepage of uni-app official website.

建议第二步,通过快速上手,亲身体验下uni-app。 It is recommended that the second step is to experience uni-app for yourself through Quick Start.

如果你熟悉h5,但不熟悉vue和小程序

If you are familiar with h5, but not with vue and MiniApp

  1. 看完这篇白话uni-app
  2. After reading this vernacular uni-app
  3. DCloud与vue合作,在vue.js官网提供了免费视频教程,也可以直达教程地址:https://learning.dcloud.io
  4. DCloud cooperates with vue to provide free video tutorials on the vue.js official website, and you can also go directly to the tutorial address: https://learning.dcloud.io
  5. 不需要专门去学习小程序的语法,uni-app使用的是vue的语法,不是小程序自定义的语法。
  6. There is no need to learn the syntax of the MiniApp. uni-app uses the syntax of Vue, not the syntax of the MiniApp.

如果你熟悉小程序,但不熟悉vue

If you are familiar with MiniApp, but not with vue

参考三方总结https://segmentfault.com/a/1190000015684864 Refer to the tripartite summary https://segmentfault.com/a/1190000015684864

三方培训机构视频

Three-party training institution video

目前各大视频学习网站都有不少uni-app的学习资源: At present, major video learning websites have many uni-app learning resources:

如下是三方专业培训机构的视频教程 The following is the video tutorial of the tripartite professional training institution

uni-app相关书籍

uni-app related books

如果你是线下培训机构,想开课合作,联系bd@dcloud.io If you are an offline training institution and want to start a course cooperation, contact bd@dcloud.io

欢迎更多人分享学习经验,可转载到社区,优秀的文章我们会收录在本文中。 More people are welcome to share their learning experience, which can be reprinted to Community. Excellent articles will be included in this article.

uniCloud的学习资料

uniCloud learning materials

掌握uniCloud,进阶全栈,详见:https://uniapp.dcloud.io/uniCloud/learning Master uniCloud, advanced full stack, see: https://uniapp.dcloud.io/uniCloud/learning

关于各端的管理规则需要耐心学习

The management rules of each end need to be learned patiently

uni-app并不难学,但我们注意到很多新人在适应各个平台的规则限制时比较急躁。 uni-app is not difficult to learn, but we noticed that many newcomers are impatient when adapting to the constraints of each platform.

每个端,有每个端的管理规则,这不是uni-app在技术层面上可以抹平的: For each end, there are management rules for each end, which is not something that uni-app can smooth out on a technical level:

  • 比如H5端的浏览器有跨域限制;
  • For example, the browser on the H5 side has cross-domain restrictions;
  • 比如微信小程序会强制要求https链接,并且所有要联网的服务器域名都要配到微信的白名单中;
  • For example, the WeChat MiniApp will require HTTPS links, and all server domain names to be connected to the Internet must be assigned to the WeChat whitelist;
  • 比如App端,iOS对隐私控制和虚拟支付控制非常严格;
  • For example, on the App side, iOS is very strict on privacy control and virtual payment control;
  • 比如App端,Android、国产rom各种兼容性差异,尤其是因为谷歌服务被墙,导致的push、定位等开发混乱的坑;
  • For example, various compatibility differences between App, Android, and domestic roms, especially because Google services are blocked, resulting in the development of push, positioning and other chaotic pits;

遇事耐心,不急不躁,虽然这不是成功的唯一要素,但它是你技术路上长远走下去的基础。 Being patient and not impatient is not the only factor for success, but it is the foundation for your long-term technical journey.

uni-app的底层框架实现原理及优化策略(高级)

uni-app's underlying framework implementation principle and optimization strategy (advanced)

通过评测对比,我们知道uni-app的性能比其他小程序开发框架好,但底层原理是什么? Through evaluation comparison,we know that the performance of uni-app is better than other MiniApp development frameworks, but what is the underlying principle? 这篇视频就是讲解uni-app框架底层的实现思路和优化策略:《uni-app框架如何实现高性能》 This video is to explain the underlying implementation ideas and optimization strategies of the uni-app framework: How to achieve high performance in the uni-app framework