Before opening issue please search for the keyword see whether the issue you encountered has been reported already.
Issues should be opened via Issue Template, fill in the form to provide sufficient information to reproduce the issue, so that our developers can help you verify and fix it
Insufficient information issue WILL BE CLOSED directly because we cannot reproduce them
Next section is for those who wants to help develop Element Plus.
You should be having:
NodeJS >= 18
Pnpm >= 9.5
Git > v2.20
Some of our compiling code used syntax that introduced in NodeJS>18 so you will be need to install that in advance.
cd $THE_PROJECT_PATH_YOU_DOWNLOADED
# If you haven't installed yet
pnpm install
Then you can following command to verify your installation.
pnpm t
pnpm format
Ah, now you have installed the code correctly, you can choose:
# If you would like to modify the website source code of https://element-plus.org
# It was made with [VitePress](https://vitepress.vuejs.org)
pnpm docs:gen-locale # This generates locale files for your local development
pnpm docs:dev
# If you would like to run a local playground to test out your changes against
# Some specific component
pnpm dev
You can follow the LOCAL DEVELOPMENT GUIDE to do development more quickly.
If you would like to compile this project locally:
# This one line code would start compiling the code which was published to https://npmjs.com
pnpm build
If you would like to compile the website code locally:
pnpm docs:build
After you done your coding section, please note:
We prepared a commit message template for you to refer to, you can also follow the instruction of the CLI tool to generate commit message intuitively.
pnpm cz
We have a commit template
NOTE: PRs with unformatted commit message WILL NOT BE ACCEPTED
That's all, thanks for your contribution! 🤩
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )