0.1.5 • Published 1 year ago

@varlet/nuxt v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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: ['...'],
    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
0.1.4

1 year ago

0.1.5

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

1.1.0

2 years ago