vue-hot-toast
v0.0.1-rc.4
Published
This is the best Vue library ever!
Downloads
4
Readme
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!