0.1.5 • Published 5 years ago
vue-made-with-love v0.1.5
What??
A Vue Component to add Made with ❤️ in any Vue Project
Usage
Install package
npm install vue-made-with-loveImport vue-made-with-love component and style in main.js
import 'vue-made-with-love'
import 'vue-made-with-love/dist/vue-made-with-love.css'Add Component in App.vue
<made-with-love by="John Doe" link="https://johndoe.dev" />