An open API service indexing awesome lists of open source software.

https://github.com/hmsk/frontmatter-markdown-loader-vue-sample

A sample project for compiled Vue by frontmatter-markdown-loader
https://github.com/hmsk/frontmatter-markdown-loader-vue-sample

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# frontmatter-markdown-loader-vue-sample

- Sample Vue app to use [frontmatter-markdown-loader](https://github.com/hmsk/frontmatter-markdown-loader)

## 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](https://github.com/hmsk/frontmatter-markdown-loader/issues/4)

```html


{{ something }}

```

In [Issue #6](https://github.com/hmsk/frontmatter-markdown-loader/issues/6), reported `inline code` is not working correctly.

## Asset transformation

![This image should be rendered on Vue](./src/assets/logo.png)