Socket
Socket
Sign inDemoInstall

fui-base

Package Overview
Dependencies
148
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fui-base

财务中台 fui-base组件,在antd的基础上封装了一层,用于永辉特有的功能定制化处理。


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

概述

财务中台 fui-base组件,在antd的基础上封装了一层,用于永辉特有的功能定制化处理。

引用方式

import {
  Button,
  Input
} from 'fui-base';

同时也支持按需引用

import Button from 'fui-base/lib/yh-button';
import Input from 'fui-base/lib/yh-input';

基础组件部署

1.执行scripts脚本,进行打包、构建

npm run build:lib

2.npm发包

// 先登录
npm login

// 修改package.json的version属性
npm publish

Keywords

FAQs

Last updated on 18 Nov 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc