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
- Host: GitHub
- URL: https://github.com/hmsk/frontmatter-markdown-loader-vue-sample
- Owner: hmsk
- Created: 2018-08-13T09:17:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:47:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-16T00:00:01.870Z (9 months ago)
- Language: JavaScript
- Homepage: https://fml-vue.onrender.com/
- Size: 4.22 MB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
