Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cjfed/cjfec

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cjfed/cjfec

采集前端组件库

  • 1.1.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by22.22%
Maintainers
4
Weekly downloads
 
Created
Source

采集前端组件库(cjfec)

相关链接
  • 私有镜像地址:http://10.0.3.19:7002/package/@cjfed/cjfec
  • 文档地址:http://10.0.3.19:8003
快速开始
  • 创建私有镜像命令
npm i -g @cjfed/cjnpm
  • 组件库安装
cjnpm i @cjfed/cjfec --save
cjnpm i react-css-themr --save
  • 使用组件库
    • 在src/containers/App.js文件中初始化配置
    import {Cjfec} from '@cjfed/cjfec';
    import {SiteHelper} from '../../config/helper';
    
    Cjfec.init({
        site: SiteHelper.getSiteInfo()
    })
    
    • 引用组件
    import {Component} from '@cjfed/cjfec';
    
    <Component />
    
具备特性:
  • 工作台
  • 多主题
  • ts
  • 整套发布流程
    • 内网发布
    • 编译发布
  • docker部署storybook
  • 单元测试
  • 完整开发示例
  • 本地化
参与开发

FAQs

Package last updated on 26 Dec 2019

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc