New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@luck-design-biz/luckda

Package Overview
Dependencies
Maintainers
4
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luck-design-biz/luckda

前端配置管理中心业务组件库

latest
Source
npmnpm
Version
1.0.7-5
Version published
Maintainers
4
Created
Source

微服务 3.0 纯净版

luck-react-pure 是一个基于 qiankun 框架搭建的极简微服务框架,作为微服务业务子系统的开发基座。旨在为业务子系统提供简单、轻量的解决方案。该框架去除了冗余的功能,专注于提供基本的功能支持,使开发者能够更快速地搭建和开发业务子系统。

启动

安装 node_modules:

pnpm install

开始项目

pnpm start

代码校验

本框架提供了代码校验方案,校验不通过禁止提交代码,当提交代码时将会校验以下内容:

代码规范

根据 eslint 校验规范。

commit message 校验

commit message 格式:

💥 feat(模块): 添加了个很棒的功能
🐛 fix(模块): 修复了一些 bug
📝 docs(模块): 更新了一下文档
💄 UI(模块): 修改了一下样式
🎨 chore(模块): 对脚手架做了些更改
🚨 refactor(模块): 重构(即不是新增功能,也不是修改bug的代码变动)
🐞 test(模块): 增加、修改测试用例
🌟 release(3.0.1):url

FAQs

Package last updated on 17 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts