webman-tech/components-monorepo

There is no license information available for the latest version (v1.0.0) of this package.

webman components monorepo

v1.0.0 2025-06-06 03:51 UTC

This package is auto-updated.

Last update: 2025-06-10 03:45:18 UTC


README

webman tech 维护的组件的集合仓库

安装

# 全部安装
composer require webman-tech/components-monorepo
# 按需安装举例
composer require webman-tech/amis-admin
composer require webman-tech/auth
# ...

使用

参考各个组件的文档

组件列表

新加包的流程

  1. 在 src 下建立新的目录,可以复制 packages/_template 然后改下内容
  2. .gitsplit.yml 种添加新的拆包规则
  3. 在 github 上新建空白项目