Element Ultra -Enhanced Edition based on Element -Plus
No
In the state of full development and long -term maintenance
View theme settings
None for the time being
Check the pure Chinese document, there is no other language, there may be, but that's the future.
Order
$ pnpm i
Install all dependencies
Order
$ pnpm docs:dev
Start the document website, you can see all components here
$ pnpm dev
Start the local development environment
play/src/*.vue
fileApp.Vue file
< template >
< ComponentYouAreDeveloping />
</ template >
< script setup lang="ts">
// 确保你开发的组件在 element-ultra/index.ts 被导出
import { ComponentYouAreDeveloping } from ' element-ultra '
</ script >
Develop your components
Quickly generate through command
$ pnpm gen component-name
Note that your component name should be named with a lower -hand stitching word. The component type must also be added to typings/global.d.ts
file
Command check
pnpm cz
Exemplary example
# [TYPE](SCOPE): [el-component-name] DESCRIPTION#[ISSUE]
# example: feat(components): [el-button] add type for form usage #1234
It must be MIT ELEMERA is Open SOFTWARE LICENSED As Mit.
Everyone is the contributors for the contributors of Element-Plus