0.0.10 • Published 1 year ago

@sakulb/common-lib v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

Vue 3 + Vuetify 3 + TypeScript + Vite lib

Build library

Build dist files.

yarn build

Publish library

Publish to npm.

npm publish

Install library in project

yarn add @sakulb/common-lib

Use in project

<script lang="ts" setup>
import { AButton, AAbout, AChip } from '@sakulb/common-lib'
</script>

<template>
  <AButton></AButton>
  <hr>
  <AAbout text="bla"></AAbout>
  <hr>
  <AChip></AChip>
</template>
0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago