
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
升学Ui库,基于antd/element,实现了符合升学的统一的交互语言和视觉风格,并结合业务新增了一些通用组件。

$ npm install sxmaps-ui --save
$ yarn add sxmaps-ui
// antd项目:vue.config.js文件中增加配置
const theme = require('sxmaps-ui/antd/theme')
css: {
sourceMap: true,
loaderOptions: {
less: {
javascriptEnabled: true,
modifyVars: theme
}
}
}
// element项目:main.js中增加theme引入
import 'sxmaps-ui/element/theme/index.css'
// antd项目
import 'sxmaps-ui/lib/cover.antd.css' // 全量覆盖
import 'sxmaps-ui/antd/button/a-button.less' // 按需覆盖
// element项目
import 'sxmaps-ui/lib/cover.element.css' // 全量覆盖
import 'sxmaps-ui/element/button/e-button.less' // 按需覆盖
// antd项目
import SUI from 'sxmaps-ui/lib/sxmaps-ui-antd.common'
Vue.use(SUI) // 全量引用
import Button from 'sxmaps-ui/antd/button'
Vue.use(Button) // 按需引用
// element项目
import SUI from 'sxmaps-ui/lib/sxmaps-ui-element.common'
Vue.use(SUI) // 全量引用
import Button from 'sxmaps-ui/element/button'
Vue.use(Button) // 按需引用
FAQs
升学前端ui库,基于antd-vue/element二次开发,实现了符合升学的统一的交互语言和视觉风格,并结合业务新增了一些通用组件。
The npm package sxmaps-ui receives a total of 21 weekly downloads. As such, sxmaps-ui popularity was classified as not popular.
We found that sxmaps-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.