{"library":"vuepress-theme-vue","install":[{"cmd":"npm install vuepress-theme-vue","imports":["// .vuepress/config.js\nmodule.exports = {\n  theme: '@vuepress/theme-vue',\n  themeConfig: {\n    // Theme-specific options\n  }\n}","// .vuepress/config.js\nconst themeVue = require('@vuepress/theme-vue');\n\nmodule.exports = {\n  theme: themeVue,\n  themeConfig: {\n    // Theme-specific options\n  }\n}","<template>\n  <div>\n    <h1>{{ $site.title }}</h1>\n    <p>Theme color: {{ $site.themeConfig.accentColor || 'default' }}</p>\n    <Content />\n  </div>\n</template>"]},{"cmd":"yarn add vuepress-theme-vue","imports":[]},{"cmd":"pnpm add vuepress-theme-vue","imports":[]}]}