{"library":"vuepress-theme-vue","type":"library","category":null,"description":"The `@vuepress/theme-vue` package provides the official theme for VuePress 1.x, a minimalistic Vue-powered static site generator. Currently in maintenance mode, with its last major update (1.9.10) published approximately two years ago, this theme is built on Vue 2 and Webpack, inheriting the core architecture of VuePress v1. It focuses on delivering a robust, opinionated base for documentation sites, offering sensible defaults for navigation bars, sidebars, homepage layouts, and search functionalities. While VuePress v2 (based on Vue 3 and Vite/Webpack) offers a re-designed API and different theme system, this package remains the standard for projects specifically using VuePress v1. Its key differentiators include official backing for VuePress v1 and a highly customizable structure through `themeConfig` and custom styles, making it suitable for stable, established documentation projects that do not require migration to VuePress v2. Community-driven alternatives like `vuepress-theme-hope` typically target VuePress v2.","language":"javascript","status":"maintenance","version":"1.1.1","tags":["javascript","vue"],"last_verified":"Wed May 27","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":[]}],"homepage":"https://v1.vuepress.vuejs.org","github":"https://github.com/vuejs/vuepress-theme-vue","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/vuepress-theme-vue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/vuepress-theme-vue/compatibility"}}