Google Adsense for Vue
vue-adsense
A simple Vue component for handling Google Ads
Installation
npm install --save-dev vue-adsense
and include the adsbygoogle.js
file in your HTML
Usage
Import the component
Register the component
Vue
And put into your DOM
Values
- ad-client - Your Google Adsense publisher account
- ad-slot - The desired ad ID
- ad-style - Any special styling you want
- ad-format - Provided by Google, is usually 'auto'
Notes
Contributions welcome, enjoy the component