jac-kit 4.1.52
Install from the command line:
Learn more about npm packages
$ npm install @jac-uk/jac-kit@4.1.52
Install via package.json:
"@jac-uk/jac-kit": "4.1.52"
About this version
The story so far...
JAC's digital platform has three main applications (admin, apply and assessments). All have a local copy of the same set of components and helper files. Rather than maintain each copy independently we made the decision to centralise our shared code.
We considered a number of options such as submodules, symlinks and monorepo yet decided to set up a library package and use Github Packages to include the library in our repositories. The JAC Kit was born...
So far we have imported draftComponents
, helpers
and tests
into the JAC Kit.
Over time we will be adding a new, tidied set of components
utilising Storybook to help develop and document these components.
Primarily the JAC Kit is for our own benefit (code sharing, component-driven development). That said we develop in the open and - you never know - there might be something useful to the wider community.
This library is for Vue.JS version 2.x.
It imports CSS styles from the GOV.UK Frontend, the MOJ Frontend. Some of the components and helpers import @firebase/app
and @firebase/storage
from Google Firebase. Our RichTextInput
component uses @ckeditor
.