Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 876 Bytes

File metadata and controls

37 lines (24 loc) · 876 Bytes

frontmatter-markdown-loader-vue-sample

Project setup

If works as a Vue component, this line should disappear. Try in your local!

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Here's code snipet which should not be compiled as Vue's template

Reported in Issue #4

<html lang="{{ app()->getLocale() }}">
  <body>
    {{ something }}
  </body>
</html>

In Issue #6, reported inline code is not working correctly.

Asset transformation

This image should be rendered on Vue