vue-element-plus-x
<div align="center"> <a href="https://element-plus-x.com"> <img src="https://cdn.element-plus-x.com/element-plus-x.png" alt="Element-Plus-X" width="180" class="logo" /> </a> </div>
Last updated 4 months ago by hejiayue .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install vue-element-plus-x 
SYNC missed versions from official npm registry.
Element-Plus-X

LicenseGitHub starsnpm versionnpmenglish doc

????The project template has been released????

English | 简体中文

???? Element-Plus-X

An out-of-the-box enterprise-level AI component library (based on Vue 3 + Element-Plus)

???? Quick Links

Resource Type
Link
Documentation ???? Development Documentation
Online Demo ????️ Online Preview
Code Repository ???? GitHub
???? Gitee
NPM Package ???? npm
Issue Feedback ???? Submit a Bug
Community ???? Discussion Group
Template Project Preview ???? Online Preview
Template Project Source Code ???? GitHub
???? Gitee

????️ Core Features

  • Enterprise-level AI Components: Pre-built scenario-based components such as chatbots and voice interaction.
  • ???? Zero-configuration Integration: Based on the Element-Plus design system, ready to use right out of the box.
  • ???? On-demand Loading: Provides Tree Shaking optimization.

???? Installation

# NPM
npm install vue-element-plus-x

# PNPM (Recommended)
pnpm install vue-element-plus-x

# Yarn
yarn install vue-element-plus-x

???? Usage Examples

  1. On-demand Import
<script setup>
import { BubbleList, Sender } from 'vue-element-plus-x';

const list = [
  {
    content: 'Hello, Element Plus X',
    role: 'user'
  }
];
</script>

<template>
  <div
    style="display: flex; flex-direction: column; height: 230px; justify-content: space-between;"
  >
    <BubbleList :list="list" />
    <Sender />
  </div>
</template>
  1. Global Import
// main.ts
import { createApp } from 'vue';
import ElementPlusX from 'vue-element-plus-x';
import App from './App.vue';

const app = createApp(App);
// Globally import using app.use()
app.use(ElementPlusX);
app.mount('#app');
  1. CDN Import
<!-- This method is still under testing -->
<!-- CDN Import -->
<script src="https://unpkg.com/vue-element-plus-x@1.3.0/dist/umd/index.js"></script>

???? Implemented Components and Hooks

Component Name Description Documentation Link
Typewriter Typewriter animation component ???? Documentation
Bubble Extended bubble message component ???? Documentation
BubbleList Extended bubble message list component ???? Documentation
Conversations Extended conversation management component ???? Documentation
Welcome Welcome component ???? Documentation
Prompts Prompt set component ???? Documentation
FilesCard File card component ???? Documentation
Attachments File attachment upload component ???? Documentation
Sender Intelligent input box (with voice interaction and built-in command operations) ???? Documentation
MentionSender Command input box (with mention list) ???? Documentation
Thinking Extended "Thinking..." component ???? Documentation
ThoughtChain Thought chain component ???? Documentation
useRecord Browser-built voice recognition API Hooks ???? Documentation
useXStream Stream mode interface Hooks ???? Documentation
useSend & XRequest Split version of stream mode Hooks (extended) ???? Documentation

???? Development Plan (Updated Weekly)

???? We will collect everyone's encountered problems and demand scenarios in various aspects such as issues and communication groups, and develop short-term and long-term development plans. For more details, please move on ???? Development Plan

???? Contribute

  1. Fork the repository → 2. Create a Feature branch → 3. Submit a Pull Request

Details can be moved ???? [???? Documentation](https://element-plus-x.com/en/components

We welcome:

  • ???? Bug fixes
  • ???? Proposals for new features
  • ???? Documentation improvements
  • ???? Style optimizations

???? Community Support

WeChat communication group

Join the WeChat communication group to get the latest news and technical support

If the group link expires, scan the author's QR code:

Author's WeChat

Current Tags

  • 2.0.0-beta.0                                ...           beta (2 months ago)
  • 1.3.98                                ...           latest (4 months ago)

66 Versions

  • 2.0.0-beta.0                                ...           2 months ago
  • 1.3.98                                ...           4 months ago
  • 1.3.21-beta                                ...           4 months ago
  • 1.3.7                                ...           8 months ago
  • 1.3.6                                ...           8 months ago
  • 1.3.5                                ...           8 months ago
  • 1.3.4                                ...           8 months ago
  • 1.3.3                                ...           8 months ago
  • 1.3.2                                ...           8 months ago
  • 1.3.20-beta                                ...           8 months ago
  • 1.3.19-beta                                ...           8 months ago
  • 1.3.18-beta                                ...           8 months ago
  • 1.3.17-beta                                ...           8 months ago
  • 1.3.16-beta                                ...           8 months ago
  • 1.3.15-beta                                ...           8 months ago
  • 1.3.14-beta                                ...           8 months ago
  • 1.3.13-beta                                ...           8 months ago
  • 1.3.1                                ...           8 months ago
  • 1.3.11-beta                                ...           9 months ago
  • 1.3.1-beta                                ...           9 months ago
  • 1.3.0                                ...           9 months ago
  • 1.2.3-beta                                ...           9 months ago
  • 1.2.29-beta                                ...           9 months ago
  • 1.2.28-beta                                ...           9 months ago
  • 1.2.27-beta                                ...           9 months ago
  • 1.2.26-beta                                ...           9 months ago
  • 1.2.25-beta                                ...           9 months ago
  • 1.2.24-beta                                ...           9 months ago
  • 1.2.23-beta                                ...           9 months ago
  • 1.2.22-beta                                ...           9 months ago
  • 1.2.21-beta                                ...           9 months ago
  • 1.2.1-beta                                ...           a year ago
  • 1.2.0-beta                                ...           a year ago
  • 1.1.9-beta                                ...           a year ago
  • 1.1.8-beta                                ...           a year ago
  • 1.1.7-beta                                ...           a year ago
  • 1.1.6-beta                                ...           a year ago
  • 1.2.0                                ...           a year ago
  • 1.1.5-beta                                ...           a year ago
  • 1.1.3-beta                                ...           a year ago
  • 1.1.0-beta                                ...           a year ago
  • 1.0.9-beta                                ...           a year ago
  • 1.1.6                                ...           a year ago
  • 1.1.4                                ...           a year ago
  • 1.1.3                                ...           a year ago
  • 1.1.2                                ...           a year ago
  • 1.1.1                                ...           a year ago
  • 1.1.0                                ...           a year ago
  • 1.0.8-beta                                ...           a year ago
  • 1.0.81                                ...           a year ago
  • 1.0.8                                ...           a year ago
  • 1.0.7                                ...           a year ago
  • 1.0.6                                ...           a year ago
  • 1.0.5                                ...           a year ago
  • 1.0.3                                ...           a year ago
  • 0.0.94                                ...           a year ago
  • 0.0.92                                ...           a year ago
  • 0.0.91                                ...           a year ago
  • 0.0.9                                ...           a year ago
  • 0.0.8                                ...           a year ago
  • 0.0.6                                ...           a year ago
  • 0.0.5                                ...           a year ago
  • 0.0.4                                ...           a year ago
  • 0.0.3                                ...           a year ago
  • 0.0.2                                ...           a year ago
  • 0.0.1                                ...           a year ago
Downloads
Today 0
This Week 0
This Month 13
Last Day 0
Last Week 13
Last Month 26
Dependencies (25)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |