https://dinert.github.io/dinert-element-plus/
$ npm i lodash element-plus @dinert/element-plus
$ yarn add lodash element-plus @dinert/element-plus
<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>
import Dinert from '@dinert/element-plus'
import '@dinert/element-plus/style'
app.use(Dinert)