/dinert-element-plus

基于element-plus二次封装的tsx组件

Primary LanguageTypeScript

Vue3 components based on ElementPlus secondary encapsulation

Tech Stack

vite vue ElementPlus lodash

Getting Started

https://dinert.github.io/dinert-element-plus/

Installation

Using npm:

$ npm i lodash element-plus @dinert/element-plus
$ yarn add lodash element-plus @dinert/element-plus

In a browser:

<script src="https://unpkg.com/vue@3.3.8/dist/vue.global.js"></script>
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js"></script>

<link rel="stylesheet" href="https://unpkg.com/element-plus/lib/theme-chalk/index.css">
<script src="https://unpkg.com/element-plus/lib/index.js"></script>
<script src="./dist/element-plus.umd.js"></script>

In a Esm

import Dinert from '@dinert/element-plus'
import '@dinert/element-plus/style'

app.use(Dinert)

交流