$ cnpm install element-plus
https://dingdandao.yuque.com/zbnqzk/fe/oz5gzs
Element Plus - A Vue.js 3 UI library
If you are looking for previous version website, here is the link.
Element Plus Documentation Archived
The new website is launched at 17th Sep 2021.
This project is still under heavy development. Feel free to join us and make your first pull request.
Special thanks to the generous sponsorship by:
|
|
|
Element Plus is translated to multiple languages, you can click the badge to help up update the translation or apply to become
a proofreader
You can find for more details, API, and other docs on https://element-plus.org
ćœć ć ééćç«çč
Join our Discord to start communicating with everybody.
You can find the breaking change list here: Breaking Change List.
With command
$ pnpm i
the project will install all dependencies
With command
$ pnpm docs:dev
the project will launch website for you to preview all existing component
$ pnpm dev
will start the local development environment
play/src/App.vueApp.vue
<template>
<ComponentYouAreDeveloping />
</template>
<script setup lang="ts">
// make sure this component is registered in @element-plus/components
import { ComponentYouAreDeveloping } from '@element-plus/components'
</script>
Modify App.vue file per your needs to get things work.
With command
$ pnpm gen component-name
Note the component-name must be in kebab-case, combining words by replacing each space with a dash.
And component type must be added to typings/global.d.ts.
With command
pnpm cz
Example
# [TYPE](SCOPE): [el-component-name] DESCRIPTION#[ISSUE]
# example: feat(components): [el-button] add type for form usage #1234
Element Plus is open source software licensed as MIT.
This project wouldn't exist without our amazing contributors
Copyright 2013 - present © cnpmjs.org | Home |