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

@varlet/nuxt

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@varlet/nuxt

varlet module for nuxt

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
5
Created
Source

Varlet Nuxt

🌟 Inspired by vant-nuxt and element-plus-nuxt

Welcome to contribute this repo

Varlet Module for Nuxt3

Feature

  • Auto import Varlet component in you Nuxt Project
  • Auto import Varlet the directive
  • Lazy load component
  • Material Design Nuxt Component with Material 3 Version

Quick Setup

  • Add @varlet/nuxt dependency to your project
npx nuxi@latest module add varlet
  • Add @varlet/nuxt to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ['@varlet/nuxt'],
  varlet: {
    modulePath: '...',
    exclude: ['...'],
    icon: {}
  }
})

That's it! You can now use Varlet Module in your Nuxt app ✨

tips: If you running varlet on the PC. Please install @varlet/touch-emulator

Options

fieldNamerequiredefaulteffect
modulePathfalseundefindcustomer you workspace path if you want
excludefalse'.nuxt', 'node_modules'exclude some path that you won't transform
iconfalseundefinedsvg icon to iconfont

Contribution

We recommend using pnpm

# Install dependencies
pnpm install

# Generate type stubs
pnpm run dev:prepare

# Develop with the playground
pnpm run dev

# Build the playground
pnpm run dev:build

# Run ESLint
pnpm run lint

# Release new version
pnpm run release

Keywords

varlet

FAQs

Package last updated on 14 Jun 2024

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