@ray-js/wechat-panel-container-plugin
v0.1.2
Published
提供Ray开发微信小程序面板的运行容器
Downloads
122
Readme
English | 简体中文
@ray-js/wechat-panel-container-plugin
提供Ray开发微信小程序面板的运行容器
Installation
$ npm install --save-dev @ray-js/wechat-panel-container-plugin
# or
$ yarn add -D @ray-js/wechat-panel-container-plugin
Usage
Configure the plugin into ray.config.ts
import panelPlugin from '@ray-js/wechat-panel-container-plugin';
const config: RayConfig = {
plugins: [
panelPlugin(),
],
};
export default config;