1.0.4 • Published 1 year ago

vue-htmlize v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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