Skip to content

Quick start

Install the dependencies of the corresponding universal component library based on the framework language you use in the project.

Vue

Ant Design Vue

sh
$ npm i --save [email protected]

Element

sh
$ npm i element-ui -S
sh
$ yarn i element-ui
sh
$ pnpm i element-ui

Element Plus

sh
$ npm install element-plus --save
sh
$ yarn add element-plus
sh
$ pnpm install element-plus

React

Ant

sh
$ npm i --save [email protected]

Element

sh
$ npm i element-react --save
sh
$ yarn i element-react
sh
$ pnpm i element-react

Released under the MIT License.