0.0.1 • Published 11 months ago

vue-crunchy-toast v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

vue-lib

This is a short description about your library.

Installation

Install the package:

npm install vue-lib
# or
pnpm install vue-lib
# or
yarn add vue-lib

Import the components directly:

<script setup lang="ts">
import { CoolCounter, CoolButton } from "vue-lib";
</script>

<template>
  <CoolCounter :startingCount="10" />
  <CoolButton backgroundColor="blue">
    Hello, I'm a cool button!
  </CoolButton>
</template>

<style>
@import "vue-lib/index.css";
</style>

Development

pnpm install

cd packages/vue-lib/
pnpm dev

pnpm build
cd ../demo/
pnpm dev

Credits

MIT License

Copyright (c) 2023 Mujahid Anuar <https://github.com/mujahidfa>

Credits to this person for inspiring this library!

0.0.1

11 months ago

0.1.0

11 months ago