@4kda/vuetify-cifrum-theme
v0.0.53
Published
The vuetify theme for Cifrum
Downloads
118
Readme
@4kda/vuetify-cifrum-theme
The Cifrum theme for Vuetify.
Install
$ npm install @4kda/vuetify-cifrum-theme
Usage
import Vue from 'vue';
import Vuetify from 'vuetify/lib';
import theme from '@4kda/vuetify-cifrum-theme'
Vue.use(Vuetify);
export default new Vuetify({
theme
});