derhess / vue-with-semantics

Playground and testing out vue with microformats and maybe some other semantic formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-with-semantics

Playground and testing out vue with microformats and maybe some other semantic formats

For more than two years, I am observing the Indie Web Community and it use of semantic data within webmentions. Several times my wordpress theme and my limited wordpress skills caused problems parsing my website data. I already thought about to solve this issue very easily with templates or VueJS Renderless Components, but in the end this twitter conversation kicked my ass. Time will show if this works out or not...

However, now I try to add semantic data via Renderless VueJS Component approach to my HTML. I don't know it this will work out. Code is highly experimental! Don't use it! Only for discussions!

References:

My learning references for coding this experiment

General

Parsing and other semantic data topics

Renderless Componentes tutorials (Great for Content Distribution within a component)

Manipulating Low Level DOM Elments (usually directives are perfect for this, but limited in Server Side Rendered)

Manipulating CSS

Maybe some important Helper and Workarounds

About

Playground and testing out vue with microformats and maybe some other semantic formats

License:Other


Languages

Language:Vue 55.7%Language:JavaScript 35.2%Language:HTML 9.1%