lego
├─ .changeset # 用于进行自动化版本控制和包发布相关任务的配置
├─ .vscode # 用于指定在使用 Visual Studio Code 时使用的特定设置
├─ packages
├─ .cz-config.js # 用于指定在使用 Commitizen 时使用的特定设置
├─ .editorconfig # 编辑器读取文件格式及样式定义配置 http://editorconfig.org
├─ .gitattributes # 自定义指定文件属性
├─ .gitignore # git 提交忽略文件
├─ .hintrc
├─ .lintstagedrc # lint-staged 配置
├─ .markdownlint.json # markdown 格式检查配置
├─ .npmrc # npm 配置文件
├─ .nvmrc # 用于指定在使用 Node Version Manager(NVM)时要使用的特定 Node.js 版本
├─ .prettierignore # prettier 语法检查忽略文件
├─ .prettierrc.js # prettier 插件配置
├─ commitlint.config.js # git 提交前检查配置
├─ eslint.config.js # eslint 语法检查配置
├─ package.json # 依赖包管理以及命令配置
├─ pnpm-lock.yaml # 依赖包版本锁定文件
├─ pnpm-workspace.yaml # pnpm 工作空间配置
├─ README.md # README
├─ stylelint.config.js # stylelint 配置
└─ tsconfig.json # typescript 配置
-
Notifications
You must be signed in to change notification settings - Fork 0
lrh21g/lego
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
lego 低代码项目
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published