/frontmatter-markdown-loader-vue-sample

A sample project for compiled Vue by frontmatter-markdown-loader

Primary LanguageJavaScript

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