vue-business-kit
v0.1.4
Published
Ready-to-use component library based on Vue3 + TypeScript + Element Plus + Lodash
Downloads
1,230
Maintainers
Readme
⚠️ Development Status: This project is currently under active development. APIs may change before the stable release.
ℹ️ Migration Notice: This package replaces
vue-ep-toolkit. If you were usingvue-ep-toolkit, please migrate to this package for continued support and new features.
✨ Features
- 🚀 Vue3 + TypeScript - Built with the latest Vue3 and TypeScript, providing complete type support
- 📦 Built-in Element Plus - No need to install Element Plus separately, all components and icons ready to use
- 🛠️ Built-in Lodash - Integrated Lodash utility functions for rich data processing capabilities
- 📱 Ready to Use - One-time installation, no additional configuration needed, use all features immediately
📦 Installation
npm install vue-business-kit
# or
pnpm add vue-business-kit🚀 Usage
import { createApp } from "vue"
import VueEPToolkit from "vue-business-kit"
import "vue-business-kit/dist/index.css"
import App from "./App.vue"
const app = createApp(App)
app.use(VueEPToolkit)
app.mount("#app")📄 License
Released under the MIT License.
Made with ❤️ by Vue Business Kit
