VuePress Mix Theme

VuePress Mix Theme

A VuePress 2 theme with a mix of features

Getting StartedIntroduction

For VuePress 2

A new theme built for VuePress 2 which is powered by Vue 3, with support for Vite.

Elegant and Simple

Be practical, not including showy features, and keeping elegant and simple.

Dark Mode

Supporting dark mode, which enhances the reading experience in a dark environment.

🚀 Using Templates

// Clone the template repository to the `mydocs` folder
git clone https://github.com/gavinliu6/vuepress-theme-mix-template.git mydocs

// Switch working directory
cd mydocs

// Install dependencies
yarn

// Start development server
yarn docs:dev

Opening http://127.0.0.1:8080 in your browser to preview it. 🎉