Update README.md - #181
Open
FrontEndDog wants to merge 3 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project README to provide more detailed installation guidance for pnpm users (specifically around Element Plus’ internal dayjs usage and hoisting configuration), plus a small formatting cleanup in the configuration section.
Changes:
- Reworks the pnpm-related WARNING block to include pnpm 10 vs pnpm 11 configuration guidance and an explicit
dayjsinstall alternative. - Removes an old, less-specific WARNING block and relocates the updated guidance under Installation.
- Cleans up minor README formatting around an
e.g.line.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+35
to
+36
| > If you are using `pnpm`, please note that the [dayjs](https://github.com/iamkun/dayjs) package used internally by element-plus is not a [JavaScript modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules). | ||
| > In order to ensure that it can be converted into a JavaScript modules before startup, you need to configure pnpm to hoist dependencies. |
tolking
approved these changes
Aug 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.