@dinert/element-plus
TypeScript icon, indicating that this package has built-in type declarations

1.1.29 • Public • Published

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)

交流

Package Sidebar

Install

npm i @dinert/element-plus

Weekly Downloads

6

Version

1.1.29

License

MIT

Unpacked Size

2.86 MB

Total Files

195

Last publish

Collaborators

  • dinert