vue-htmlize
v1.0.4
Published
Make working OG Tags and SEO in pure Vue projects.
Downloads
9
Readme
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
Contributing
Feel free to contribute at GitHub