1.1.8 • Published 1 year ago

@alifd/lowcode-preset-plugin v1.1.8

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

使用

快速使用

  1. 将 lowcode-preset-plugin 的 cdn 资源导入页面
  2. 参考 demo 中的代码

配置

配置 logo

init 方法最后一个参数可传入 { logo: { logo: 'logo url', href: 'href url' } }

调试

// 1. npm start
// 2. 访问 http://localhost:3333/

调试引擎开源版本

修改 build.json 中的 engineScope 配置为 @alilc

构建

// npm run build