0.0.10 • Published 2 years ago

@sakulb/common-lib v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years 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

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago