vue-ep-toolkit
v0.0.3
Published
Ready-to-use component library based on Vue3 + TypeScript + Element Plus + Lodash
Maintainers
Readme
⚠️ Development Status: This project is currently under active development. APIs may change before the stable release.
✨ 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-ep-toolkit
# or
pnpm add vue-ep-toolkit🚀 Usage
import { createApp } from "vue"
import VueEPToolkit from "vue-ep-toolkit"
import "vue-ep-toolkit/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 EP Toolkit
