Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A Set of SAN Components that Implement Google's Material Design
通过 npm 安装
npm i -S san-mui
在代码中引入
// 引入需要的组件
import {Button, DatePicker} from 'san-mui';
// 引入全部样式
import 'san-mui/lib/index.css';
或者希望只引入需要的组件,可以这么做:
import Button from 'san-mui/lib/Button';
import 'san-mui/lib/Button/Button.css';
npm run dev
npm test
我们的源码存放在 src
,构建产物放在 lib
下;
启动构建命令:
npm run build
只发布到 npm 上;
发布内容应该只包含 package.json / readme.md / lib
两周内发版本 san-mui@1.0.0-alpha 系列
两周到一个月之内版本:san-mui@1.0.0-beta
一个月至两个月内:san-mui@1.0.0-rc
最终版本 san-mui@1.0.0
san-mui@1.0.X版本对应的san的版本为3.2.3
san-mui@1.1.X版本对应的san的版本为3.5.2 源码对应的是version-3.3.x分支
FAQs
A Set of SAN Components that Implement Google's Material Design
The npm package san-mui receives a total of 18 weekly downloads. As such, san-mui popularity was classified as not popular.
We found that san-mui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.