0.3.1 • Published 4 years ago

@vutex/vuepress-plugin-shiki v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Vuepress Shiki

Fork from https://github.com/octref/shiki

和原版完全相同,但是作者合入太慢了,弄个私有版本先用着。

yarn global add vuepress@next 
yarn add -D @vutex/vuepress-plugin-shiki

in .vuepress/config.js:

module.exports = {
    plugins: {
        shiki: { theme: 'nord' } // theme: TTheme
    }
}