@mauromadeit/vuepress-theme-vuetify
v0.2.0
Published
Vuepress theme with Vuetify
Readme
vuepress-theme-vuetify
Vuepress theme with Vuetify
Install
npm i -S @mauromadeit/vuepress-theme-vuetifyFor 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'
}