New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@waitkafuka/resolver

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waitkafuka/resolver

Components auto importing for Vue

latest
npmnpm
Version
0.3.1
Version published
Weekly downloads
8
166.67%
Maintainers
1
Weekly downloads
 
Created
Source

@@waitkafuka/ajabw-element-ui/resolver

为 @waitkafuka/ajabw-element-ui UI 组件库定义的按需加载插件

Project setup

pnpm install

Compiles and minifies for production

pnpm build

使用

import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
import Components from "unplugin-vue-components/vite";
import { XkwElementResolver } from "@@waitkafuka/ajabw-element-ui/resolver";

const pathSrc = path.resolve(__dirname, "src");
export default defineConfig({
  plugins: [
    vue(),
    Components({
      resolvers: [
        XkwElementResolver({
          importStyle: "sass",
        }),
      ],
    }),
  ],
});

FAQs

Package last updated on 21 Jun 2025

Did you know?

Socket

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.

Install

Related posts