vue-htmlize

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vue-htmlize

Weekly Downloads

2

Version

1.0.4

License

ISC

Unpacked Size

443 kB

Total Files

7

Last publish

Collaborators

  • apietryga