This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

element-plus-custom-theme

1.0.0-beta.1 • Public • Published

中文

element-plus-custom-theme

A simple element-plus theme customization tool.

This tool can be used before the official update of the theme customization tool.

install

element-plus must be installed, the tool will use the theme-chalk code to generate new theme variables:

npm i -S element-plus
npm i -g element-plus-custom-theme

It can also be installed in the project, but you need to execute the command line through scripts:

npm i -D element-plus-custom-theme

usage

epct src/theme/config.json -o src/theme/custom-theme/

element-plus has added many scss variables, you can use multiple config.json files to customize the theme:

epct src/theme/config.json src/theme/config-plus.json -o src/theme/custom-theme

If installed in the project, you can use the scripts in the package.json:

{
  "scripts": {
    "build:theme": "epct src/theme/config.json -o src/theme/custom-theme/"
  }
}
npm run build:theme

Package Sidebar

Install

npm i element-plus-custom-theme

Weekly Downloads

5

Version

1.0.0-beta.1

License

MIT

Unpacked Size

386 kB

Total Files

134

Last publish

Collaborators

  • ci0n