Thanks for being interested in contributing to this project!
Clone this repo to your local machine and install the dependencies.
pnpm install
- Bump the
version
inpackage.json
. - Push the changes to the
main
branch. - Create a new tag with according to the
version
. - Push the tag to the
main
branch. - Create a new release on GitHub with the tag.
- The
publish-to-npm.yml
workflow will automatically publish the package to npm.
This repository is initialized with the vue-ts template of vite.
playground/ - the playground for debugging the component
src/ - the component
Use pnpm run lint --fix
to detect code style issues and fix the issues before committing.
Thank you again for being interested in this project! You are awesome!