Socket
Socket
Sign inDemoInstall

vue-htmlize

Package Overview
Dependencies
18
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-htmlize

Make working OG Tags and SEO in pure Vue projects.


Version published
Weekly downloads
6
increased by200%
Maintainers
1
Install size
1.63 MB
Created
Weekly downloads
 

Readme

Source

vue-htmlize

Make working OG Tags and SEO in pure Vue projects. Improve your SEO in SPA apps!

Get started

Install

npm i vue-htmlize

Config

  • Make folder htmlize and create file routes.js in it.
// You can copy paste here router.getRoutes() from vue router 

module.exports = [
  {
      "path": "/projects/anadar",
      "name": "anadar",
      "meta": {},

  ...

Run

node -e 'require(\"../index.js\").cmdRun()'

Output

beforeafter

Contributing

Feel free to contribute at GitHub

Keywords

FAQs

Last updated on 21 Dec 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc