enhance vitepress experience
VitePress-Helper is an optimization of the VitePress framework, designed to enhance the user experience. It offers various features such as automatic generation of navigation bars and sidebars based on the file directory, integration with a local CMS for easier content management, customizable home page, and internationalization compatibility. The long-term plan includes adding unit tests, optimizing UI and performance, providing detailed documentation, and exploring new features and inspirations.
To use VitePress-Helper, you can follow one of the two usage methods:
npm init @vitepress my-docs to create a new VitePress project.my-docs using cd my-docs command.npm install @huyikai/vitepress-helper..vitepress/theme.theme directory, create home.vue and index.js files.npm install @huyikai/vitepress-helper.VitePress-Helper is a tool built on top of VitePress that enhances the user experience. It offers features such as automatic generation of navigation bars and sidebars, integration with a local CMS for content management, customizable home page, and internationalization compatibility. The long-term plan includes adding unit tests, optimizing UI and performance, providing detailed documentation, and exploring new features. To install VitePress-Helper, you can either use the scaffolding initialization or add the dependency to an existing project.