lampkid / blog

the Source of My blog generated by hexo
1 stars 0 forks source link

weex研究 #32

Open lampkid opened 4 years ago

lampkid commented 4 years ago

weex研究

初步了解weex

weex playground

weex基本架构和基本原理

架构

js framework原理

https://mp.weixin.qq.com/s/K6wXSGPywc7Ltm0T3lz-Sg

开发

weex集成到现有App

本地开发环境搭建

本地web调试

本地模拟器调试

真机调试

开发框架和语言

Vue

样式

尺寸

布局

逻辑

JavaScript

组件

组件库

扩展组件

路由

weex如何绑定到原生View

weex内部路由

weex-vue-render

通信

weex与原生通信

weex与H5通信

跨weex页面通信

js service

基本的工具库

兼容性问题

比如iPhoneX尺寸兼容

体验优化

比如下拉刷新

Demo实践

发布与上线

刷版管理

降级H5

线上容错

出现错误,如何自动降级或下线

线上监控

数据上报