vue-google-serp
v0.1.2
Published
Easy to use serp simulator component for Vue
Downloads
14
Readme
vue-google-serp
Usage
Import the vue-google-serp component in yout project as you desire, then set title, url and description props.
By default title and description will be cropped respectively at 60 and 160 (Google recommended string length), but you can edit those limits with title_length and description_length props
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lint