VitePress theme base on @vue/theme, more practical and comprehensive.
VitePress-Theme-Vue is a practical and comprehensive theme based on @vue/theme. It provides a range of features and improvements over the original theme, making it easier to use and customize. With support for nested public paths and an enhanced home page, this theme offers more flexibility and functionality.
base parameter, giving users more options for their project’s structure.To install VitePress-Theme-Vue, follow these steps:
npm install vitepress-theme-vue
or
yarn add vitepress-theme-vue
// .vitepress/theme/index.js
import { createApp, h } from 'vue'
import Theme from 'vitepress-theme-vue'
export default {
enhanceApp({ app }) {
app.use(Theme)
}
}
VitePress-Theme-Vue is a practical and comprehensive theme that enhances the functionality and aesthetics of the original @vue/theme. It offers a refined style, support for nested public paths, an extended home page, practical components, and comprehensive documentation. By following the provided installation guide, users can easily integrate and customize this theme to suit their specific project needs.