Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mind029/element-doss-chalk-theme

mindwang17ISC1.0.2

element component chalk theme.

readme

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发布配置