0.0.3 • Published 3 years ago

vvic-element-theme-chalk v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

@femessage/theme-deepexi

deepexi 自定义 element 主题

Installation

yarn add @femessage/theme-deepexi

Usage

在 nuxt 中使用

// 修改 nuxt.config.js
babel: {
  plugins: [
    [
      'component',
      {
        libraryName: 'element-ui',
        styleLibraryName: '~node_modules/@femessage/theme-deepexi/lib'
      }
    ]
  ]
}

在 vue 项目中使用

import Vue from "vue";
import ElementUI from 'element-ui';
import '@femessage/theme-deepexi/lib/index.css';
Vue.use(ElementUI);
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago