Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

[需求]remax支持开发小程序插件 #705

Closed
esky opened this issue Mar 15, 2020 · 2 comments · Fixed by #1366
Closed

[需求]remax支持开发小程序插件 #705

esky opened this issue Mar 15, 2020 · 2 comments · Fixed by #1366
Labels

Comments

@esky
Copy link

esky commented Mar 15, 2020

需求描述
支持开发小程序插件页面开发

解决方案
小程序插件页面不同与小程序页面
1、没有App:可以模拟一个App容器,app的生命周期使用wx的api监听
2、独立的配置plugin.json:部分属性有差异比如pages,可以延用app.json。新增编译参数插件模式,在app.json里新增pluginConfig,最终插件模式下生产plugin.json。
3、独立的入口js:初始化插件代码的同时导出供外部使用的API

其他信息

@esky esky added the feature label Mar 15, 2020
@yesmeck
Copy link
Member

yesmeck commented Mar 26, 2020

好像是一回事? #368

yesmeck added a commit that referenced this issue Nov 24, 2020
- 真正的「混合开发」,React 代码会跟小程序代码一起构建, close #1153 
- Web 端的的多页模式
- 支持小程序插件开发,close #705 
- 集成 redbox-react,close #1077
@juvham
Copy link
Contributor

juvham commented Nov 26, 2020

能支持使用remax开发组件么,好像看到有个pull request

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants