Kong Vue Component Library
Kongponents is a Vue component library that provides frequently needed UI elements for web applications. It is designed to be flexible and can be used in any web application, not just for Kong’s specific application needs.
To install Kongponents, follow these steps:
Clone the repository to your local machine.
git clone [repository-url]
Install the necessary dependencies.
npm install
Optionally, you can set up Git Hooks for enforcing commit message standards. Lefthook is used to manage Git Hooks in the repository. A commit-msg hook is automatically set up to enforce commit message standards with commitlint. You can find the configuration in lefthook.yml.
Start using the Vue components in your web application.
Kongponents is a Vue component library that provides frequently needed UI elements for web applications. It is designed to be flexible and can be used in any web application. The repository also provides documentation powered by VitePress and supports Commitizen and Commitlint for enforcing proper commit messages.