Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
uniapp-nutui
Advanced tools
京东风格的轻量级 Uniapp 组件库,支持移动端 H5 和 小程序开发
uniapp-nutui 组件库,基于Taro版NutUi
4.x版本修改而来,适配了uni-app, 使用 Vue 技术栈开发小程序应用,开箱即用,拥有丰富的业务组件。
使用请参考快速开始。
uniapp-nutui 提供了 npm 包和 uni_modules 包两种方式使用组件。虽然提供了uni_modules,但是组件库在 hbuilder中编译存在一些奇奇怪怪的问题,因此仅推荐使用 vite cli,并且能够提供更好的 ts支持与开发体验
pnpm add uniapp-nutui
使用 @uni-helper/vite-plugin-uni-components 自动导入组件。
pnpm add @uni-helper/vite-plugin-uni-components -D
// vite.config.ts
import { defineConfig } from 'vite'
import Components from '@uni-helper/vite-plugin-uni-components'
import { NutResolver } from 'uniapp-nutui'
// https://vitejs.dev/config/
export default defineConfig({
// ...
plugins: [
// ...
Components({
resolvers: [NutResolver()],
}),
],
})
样式引入
在项目文件 app.vue
文件中添加如下代码:
@import 'uniapp-nutui/styles/index';
导入样式变量
// vite.config.ts
import { defineConfig } from 'vite'
// https://vitejs.dev/config/
export default defineConfig({
// ...
css: {
preprocessorOptions: {
scss: {
additionalData: '@import "uniapp-nutui/styles/variables.scss";',
},
},
},
})
现在只需使用一个组件,它将按需自动导入。
<template>
<nut-button type="primary">
主要按钮
</nut-button>
</template>
前往 uniapp插件市场下载 nutui-uniapp
使用方式可查看安装。
FAQs
京东风格的轻量级移动端 Uniapp、Vue3 组件库(支持小程序开发)
The npm package uniapp-nutui receives a total of 1 weekly downloads. As such, uniapp-nutui popularity was classified as not popular.
We found that uniapp-nutui 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.