@varlet/nuxt
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

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

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

fieldName require default effect
modulePath false undefind customer you workspace path if you want
exclude false '.nuxt', 'node_modules' exclude some path that you won't transform

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

Readme

Keywords

Package Sidebar

Install

npm i @varlet/nuxt

Weekly Downloads

22

Version

0.1.2

License

MIT

Unpacked Size

9.25 kB

Total Files

8

Last publish

Collaborators

  • clencat
  • wegi8
  • qytayh
  • haozijunqaq
  • beadre