Skip to content

MichalStankoPP/common-admin

 
 

Repository files navigation

Common admin components for anzusystems vue projects

Install dependencies

yarn install

Build library

Build dist files.

yarn build

Publish library

Publish to npmjs is automated, it will be run upon a new release in GitHub.

Install library in project

yarn add @anzusystems/common-admin

Use in project

<script lang="ts" setup>
import { ABooleanValue } from '@anzusystems/common-admin'
</script>

<template>
  <ABooleanValue :value="true" chip></ABooleanValue>
</template>

About

Common components for admins.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 54.9%
  • TypeScript 41.7%
  • SCSS 2.7%
  • Other 0.7%