Thanks for being interested in contributing to this project!
Clone this repo to your local machine and install the dependencies.
npm i
We use VitePress for rapid development and documenting. You can start it locally by
npm run docs:dev
Feel free to enhance the existing components and functions or add new ones. Please try not to introduce breaking changes.
Before you start working, it's better to open an issue to discuss first.
This project uses @antfu/eslint-config to enforce consistent code style.
Enable Run eslint --fix on save
in your editor to automatically fix issues.
Open the Settings/Preferences dialog (⌘
+,
), go to Languages & Frameworks | JavaScript | Code Quality Tools
| ESLint, and select the Run eslint --fix on save checkbox.
Thank you again for being interested in this project! You are awesome!