vuepress-theme-default-uyghur
✏️ Uyghur language supported version for VuePress default theme.
Installation
$ yarn add vuepress-theme-default-uyghur --dev
# or
$ npm install vuepress-theme-default-uyghur --save-dev
Usage
Modify your .vuepress/config.js
and provide the theme
option.
module.exports = {
theme: 'vuepress-theme-default-uyghur',
}