npm i unplugin-vue-markdown Vite // vite.config.tsimportVuefrom'@vitejs/plugin-vue'importMarkdownfrom'unplugin-vue-markdown/vite'exportdefaultdefineConfig({plugins:[Vue({include:[/\.vue$/,/\.md$/],// <-- allows Vue to compile Markdown files}),Markdown({/* options */}),],}) ...
unplugin-vue-markdown pnpm-lock.yaml on55cc2c2 User selector All users DatepickerAll time Commit History Commits on Apr 13, 2024 chore: update deps antfucommittedApr 13, 2024 55cc2c2 feat: update mdit-vue and markdown-it types (close #48) (#49) meteorlxycommittedApr 13, 202...
Compile Markdown to Vue component. Contribute to unplugin/unplugin-vue-markdown development by creating an account on GitHub.
unplugin-vue-markdown Compile Markdown to Vue component vite unplugin markdown-it antfu •28.3.1•2 months ago•25dependents•MITpublished version28.3.1,2 months ago25dependentslicensed under $MIT 86,403 unplugin-generate-component-name ...
intlify/unplugin-vue-i18n/vite 是一个用于 Vue 3 项目的 Vite 插件,它支持 Vue-i18n 的国际化功能。 简介 intlify/unplugin-vue-i18n/vite 是一个 Vite 插件,用于在 Vue 3 项目中集成 Vue-i18n,从而实现应用的国际化。这个插件提供了许多便利的功能,如自动加载语言文件、支持 Markdown 文件中的国际化内容...
由于知乎不支持部分 Markdown 样式,~~为删除线,抖激灵用。可前往 GitHub Gist 查看原文。 初来乍到 2020 年 18 岁 大一 回到之前文章中提到的时间线——2020 年,疫情元年,也正是我高考的那年。进入大学之后,比起高中就算是自由了。有更多的时间探索和捣鼓自己真正想做的事情了。 2020 年 9 月,Vue 发布了...
export async function createMarkdown(options: ResolvedOptions) { export function createMarkdown(options: ResolvedOptions) { const isVue2 = options.vueVersion.startsWith('2.') const markdown = new MarkdownIt({ const markdown = MarkdownIt({ html: true, linkify: true, typographer: true, @@...
import markdown from 'unplugin-vue-markdown/vite'; import addFrontmatter from "@ulu/unplugin-vue-router-frontmatter"; export default defineConfig({ plugins: [ markdown(), vueRouter({ extensions: [".vue", ".md"], extendRoute(route) { addFrontmatter(route); } }), vue({ include: [...
"unplugin-vue-components": "^0.27.0", "unplugin-vue-markdown": "^0.26.2", "unplugin-vue-router": "^0.8.6", "vite": "^5.2.11", "vite-plugin-inspect": "^0.8.4", "vite-plugin-pages": "^0.32.1", "vite-ssg": "^0.23.7", "vite-svg-loader": "^5.1.0" }, 2 changes:...
markdown md unplugin-vue-router meta menu page route jscherbe• 0.0.2 • a year ago • 0 dependents • MITpublished version 0.0.2, a year ago0 dependents licensed under $MIT 16 @suxhk/vue3-keep-alive vue3 keepAlive keepAlive vue unplugin-vue-router router vue-router scroll sux...