yarn install
Build dist files.
yarn build
Publish to npmjs is automated, it will be run upon a new release in GitHub.
yarn add @anzusystems/common-admin
<script lang="ts" setup>
import { ABooleanValue } from '@anzusystems/common-admin'
</script>
<template>
<ABooleanValue :value="true" chip></ABooleanValue>
</template>