Socket
Book a DemoInstallSign in
Socket

@meichuang/antd_themes_3

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@meichuang/antd_themes_3

antd_themes

unpublished
latest
npmnpm
Version
1.3.0
Version published
Maintainers
3
Created
Source

Antd主题定制

npm link // 相当于npm install @meichuang/antd_themes -g


/Users/yun.zhao/.nvm/versions/node/v10.21.0/lib/node_modules/@meichuang/antd_themes -> /Users/yun.zhao/Downloads/mc-antd-themes

在mc-desgin包里:
npm link @meichuang/antd_themes // 代码无需修改,package.json中引用B的包会自动指向本地B的打包文件

/Users/yun.zhao/Downloads/mc-desgin/node_modules/@meichuang/antd_themes -> /Users/yun.zhao/.nvm/versions/node/v10.21.0/lib/node_modules/@meichuang/antd_themes -> /Users/yun.zhao/Downloads/mc-antd-themes

修改完之后执行 npm start,在目标项目里面就可以看到效果。

Doc地址

Doc地址

发布


1、开发分支为feature分支

2、开发完成后见代码合并到release分支

3、release分支升级package.json中的version

4、将release分支代码merge到master分支,出发自动发包CI

FAQs

Package last updated on 21 Oct 2022

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