Vue引入Md文档

1、下载依赖

npm i @kangc/v-md-editor

2、入口文件引入

import VMdPreview from '@kangc/v-md-editor/lib/preview';
import vuepressTheme from '@kangc/v-md-editor/lib/theme/vuepress.js';
import '@kangc/v-md-editor/lib/style/base-editor.css';
import '@kangc/v-md-editor/lib/theme/style/vuepress.css';
VMdPreview.use(vuepressTheme);
Vue.use(VMdPreview);

3、存放需要的md文档

Vue引入Md文档_第1张图片

4、使用


然后md文档就可以将显示在页面上了

你可能感兴趣的:(vue2,vue.js,前端,javascript)