1.0.0 • Published 1 year ago

lowcode-plugin-loco-plugin-release v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

lowcode-plugin-loco-plugin-release

loco-plugin-release


使用

注册插件

import { plugins } from '@alilc/lowcode-engine';
import LowcodePluginLocoPluginRelease from 'lowcode-plugin-loco-plugin-release';

// 注册到引擎
plugins.register(LowcodePluginLocoPluginRelease);

插件属性 & 方法

无对外暴露的属性和方法

依赖插件

该插件依赖以下插件:

插件名包名

开发

环境准备

启动

npm i & npm start

发布

npm run pub