pepevuejs

1.2.0 • Public • Published

Pepe VueJS

An lib to add pepe emojis into your vue website!

Installation and Usage

To install the lib:

npm install pepevuejs

To import the liv

import { smug } from "pepevuejs";

Usage

<template>
 <div>
   <smug  />
   <clown />
   <hmm />
   <Ukraine />
   <monkaThink />
   <pepe />
   <tearsOfJoy />
   <look />
   <call />
   <shoot />
   <ree />
   <astro />
   <enlightment />
   <noted />
   <sus />
   <dumb />
   <cool />
 </div>
</template>

<script>
import { smug, clown, hmm, Ukraine, monkaThink, pepe, tearsOfJoy, look, call, shoot, ree, astro, enlightment, noted, sus, dumb, cool } from "pepevuejs";

export default {
 name: "App",
 components: {
   smug,
   clown,
   hmm,
   Ukraine,
   monkaThink,
   pepe,
   tearsOfJoy,
   look,
   call,
   shoot,
   ree,
   astro,
   enlightment,
   noted,
   sus,
   dumb,
   cool
 },
};

Authors

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    0
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i pepevuejs

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

4.58 kB

Total Files

3

Last publish

Collaborators

  • sidh