vue-crunchy-toast
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i vue-crunchy-toast

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

23.8 kB

Total Files

15

Last publish

Collaborators

  • khairulhaaziq