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

ce-front

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ce-front

汉熵大前端资源库

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

CE-FRONT

前言

汉熵开发的前端项目非常多,内容丰富,效果俱佳,但是因为没有一个标准的组件库将好的想法和展现方式封装成组件进行统一管理,开发难度增加,重复开发的模块也越来越多,使得开发周期被拉长,每次赶项目实现的好功能都没法得到好的保留,要实现相同效果只能去老的项目里面翻阅代码,并读懂、拆出自己想要的部分,再塞进自己的项目中,难度无故增加。

目的

所以需要一个“汉熵组件库”去对前端好的组件进行统一管理,并不断升级,增加通用性满足未来不同系统对组件的业务需求。组件库不断迭代升级,方便后面的项目模块化调用,原来拷贝代码的功夫,现在只需要引入相对组件并配置一下就可以使用,大大提升开发效率

引入方式

npm install --save ce-front

引用方式

本库提供两种引用方式,您可以根据使用量自由选择

全局引用

import ce-front from 'ce-front'

按需引用

import { CeEditor } from 'ce-front'

FAQs

Package last updated on 08 Jun 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