Skip to content
On this page

Installation

Prerequisites

  • vue >= 3
  • element-plus >= 2.3.1

Using Package Manager

shell
pnpm install everright-filter
shell
npm i everright-filter
shell
yarn add everright-filter

Explanation of the different builds

In the dist/ directory of the npm package you will find the different builds

  • without-element-plus(element-plus is required) Default
  • with-element-plus(Built-in element-plus)
Excludes element-plus(default)Includes element-plus(v2.3.3)
UMDEverrightFilter-without-element-plus.umd.cjsEverrightFilter-with-element-plus.umd.cjs
ESEverrightFilter-without-element-plus.jsEverrightFilter-with-element-plus.js
IIFEEverrightFilter-without-element-plus.iife.jsEverrightFilter-with-element-plus.iife.js
cssEverrightFilter-without-element-plus.cssEverrightFilter-with-element-plus.css
Click Me to see which components are built in

Includes element-plus(v2.3.3)

Based on ES modules tree shaking

element-plus components
ElButton
ElCascader
ElCheckbox
ElCheckboxGroup
ElDatePicker
ElIcon
ElInput
ElInputNumber
ElOption
ElPopover
ElScrollbar
ElSelect
ElSwitch
ElTabPane
ElTabs
ElTag
ElTimePicker
ElTooltip
vLoading