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
京东风格的移动端 Vue2、Vue3 组件库,支持一套代码生成 H5 和小程序
Nut[nʌt],源自电影《冰河世纪》里松鼠 Scrat "执迷不悟",一生追求,即便引发大灾难也绝不松手的坚果。
简体中文 | English
// Vue2 项目
npm i @nutui/nutui@2
// Vue3 H5 项目
npm i @nutui/nutui@3
// Vue3 小程序项目
npm i @nutui/nutui-taro@3
import { createApp } from "vue";
import App from "./App.vue";
// 注意:这种方式将会导入所有组件
import NutUI from "@nutui/nutui";
// 采用按需加载时 此全局css样式,需要删除
import "@nutui/nutui/dist/style.css";
createApp(App).use(NutUI).mount("#app");
我们提供了几套官方主题,来自京东内部实际业务,欢迎在项目中使用,如果不能满足需求,你也可以 自定义主题
@nutui/nutui 和 @nutui/nutui-taro 属于并行版本,存在部分差异,版本号始终保持一致。如果兼容 ios 10 以下请使用 @nutui/nutui@2
AMD 环境、Webpack、Vite 等构建工具环境、服务端建议使用 es 版,非模块化环境(如通过
<script>
标签直接引用)建议使用 umd 压缩版。
es nutui.es.js
umd nutui.umd.js
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.