0.2.0 • Published 7 years ago
@mauromadeit/vuepress-theme-vuetify v0.2.0
vuepress-theme-vuetify
Vuepress theme with Vuetify
Install
npm i -S @mauromadeit/vuepress-theme-vuetify
For now, you also gotta install these.
npm i -D pug pug-plain-loader node-sass sass-loader axis.js material-design-icons-iconfont
(sucks. i know)
Include the theme like this in your config.js
module.exports = {
theme: 'node_modules/@mauromadeit/vuepress-theme-vuetify'
}