1.0.2 • Published 5 years ago

@mind029/element-doss-chalk-theme v1.0.2

Weekly downloads
84
License
ISC
Repository
gitlab
Last release
5 years ago

element-theme-chalk

element component chalk theme.

Installation

npm i element-theme-chalk -S

Usage

Use Sass import

@import 'element-theme-chalk';

Or Use webpack

import 'element-theme-chalk';

Or

<link rel="stylesheet" href="path/to/node_modules/element-theme-chalk/lib/index.css">

Import on demand

import 'element-theme-chalk/lib/input.css';
import 'element-theme-chalk/lib/select.css';

// ...

饿了么UI主题模板库。

  1. resource.config.js为静态资源路径
  2. url.config.js 为主题里面url使用到的路径
  3. .npmrc 为npm发布配置