Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@nutui/nutui
Advanced tools
京东风格的轻量级 Vue 组件库,支持移动端 H5 和 小程序开发
Nut[nʌt],源自电影《冰河世纪》里松鼠 Scrat "执迷不悟",一生追求,即便引发大灾难也绝不松手的坚果。
简体中文 | English
官网:nutui.jd.com
@nutui/nutui:适用于移动端 H5 页面开发
@nutui/nutui-taro:支持开发 Taro 多端小程序(微信、支付宝、京东等小程序)和 Taro-H5 项目
// H5 项目
npm i @nutui/nutui
// Taro 小程序项目
npm i @nutui/nutui-taro
目前 NutUI 有以下版本:
import { createApp } from "vue"
import App from "./App.vue"
import NutUI from "@nutui/nutui"
import "@nutui/nutui/dist/style.css"
createApp(App).use(NutUI).mount("#app")
我们提供了几套官方主题,来自京东内部实际业务,欢迎在项目中使用,如果不能满足需求,你也可以使用 ConfigProvider 组件自定义主题。
NutUI 已经投入了我们的生产环境中使用,业界也在广泛地使用 NutUI 开发多端应用。
版本 | 微信群 | 内部咚咚群 |
---|---|---|
NutUI Vue | 回复「NutUI」 | 82957939 |
NutUI x Taro | 回复「NutUI」 | 1022545110 |
NutUI 的共建方向主要分为:解决 issue、修复 bug、新增组件、增加国际化、UI 定制、平台适配、跨端扩展等。
欢迎社区开发者参与共建,在贡献您的代码之前请先阅读 《NutUI 贡献指南》。
在反馈问题之前,推荐阅读 《提问的智慧》、《如何向开源社区提问题》和《如何有效地报告 Bug》,这样您能够更容易获得理解和帮助。
如果您有任何想法、疑问或建议,都可以参与社区讨论分享您的观点。
感谢以下所有给 NutUI 贡献过代码的 开发者。
本项目遵从 Angular Style Commit Message Conventions,更新日志请查阅 Release。
FAQs
京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)
The npm package @nutui/nutui receives a total of 1,051 weekly downloads. As such, @nutui/nutui popularity was classified as popular.
We found that @nutui/nutui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.