@cp-vuedir/core
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

📡 VueDir

VueDir logo

Version Downloads License

English | 简体中文

VueDir is a lightweight collection of Vue 3 directives designed to provide a set of practical custom directives that help developers build Vue applications more efficiently.

✨ Features

  • 🎯 Focus Directive: Provides v-focus directive for automatic focus functionality
  • 🎨 Lightweight: Import on demand, no extra bundle size
  • 🔧 Easy to Use: Simple API design for quick adoption
  • 📦 TypeScript: Written in TypeScript with complete type support

📦 Installation

Install with pnpm (recommended):

pnpm add @cp-vuedir/core

🚀 Usage

Register VueDir in your Vue application:

import { createApp } from 'vue'
import VueDir from '@cp-vuedir/core'

const app = createApp(App)
app.use(VueDir)
app.mount('#app')

📖 Documentation

Visit our official documentation for more information.

🤝 Contributing

We welcome all forms of contributions! Please check our Contributing Guide to learn how to get involved.

📄 License

VueDir is open-source software licensed under the MIT License. See the MIT License file for more details.

Package Sidebar

Install

npm i @cp-vuedir/core

Weekly Downloads

184

Version

0.3.3

License

MIT

Unpacked Size

255 kB

Total Files

178

Last publish

Collaborators

  • mcell