vuepress-theme-default-uyghur

Uyghur language supported version for VuePress default theme v1.4.0


Keywords
vue, vuepress, theme, vuepress-theme, rtl, right to left, uyghur
License
MIT
Install
npm install vuepress-theme-default-uyghur@1.0.1

Documentation

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',
}