Skip to content

johncowen/kongponents

 
 

Repository files navigation

Kong Kongponents


Publish Commitizen friendly

Kongponents is a Vue component library of frequently needed UI elements. They were developed to solve Kong's application needs, but are generic enough to use in any web application.

Documentation

Netlify Status

Kongponents Docs are powered by VitePress and the source can be viewed here.

Committing Changes

This repo uses Conventional Commits.

Commitizen and Commitlint are used to help build and enforce commit messages.

It is highly recommended to use the following command in order to create your commits:

yarn commit

This will trigger the Commitizen interactive prompt for building your commit message.

Enforcing Commit Format

Lefthook is used to manage Git Hooks within the repo. A commit-msg hook is automatically setup that enforces commit message stands with commitlint, see lefthook.yml.

Packages

No packages published

Languages

  • Vue 62.6%
  • TypeScript 32.6%
  • SCSS 4.0%
  • Other 0.8%