🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@luck-helper/utils

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luck-helper/utils

luck-design通用方法库

npmnpm
Version
0.0.2
Version published
Weekly downloads
39
105.26%
Maintainers
1
Weekly downloads
 
Created
Source

luck 业务组件库 ---### 安装依赖

npm install

编译

npm run build

本地调试

业务组件库必须要在业务项目中调试运行,业务组件库提供以下方法进行本地调试:

首先需要全局安装 yalc

npm install yalc -g

安装成功后执行以下操作编译并发布全局(本地)

npm run async

进入需要相关业务项目中,将发布全局的组件库 link 进去

yalc link @luck-design-biz/luckda

发布 npm

首先更新 package.json 中的版本号,然后登录进入 npm 账号

npm login

最后执行发布命令

npm publish

FAQs

Package last updated on 18 Sep 2023

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