element-theme
element-theme copied to clipboard
Theme generator cli tool for Element.
![Uploading image.png…]() 能不能麻烦升级一下依赖版本, node 16 版本太高不兼容了
et 命令报错
node版本 v14.5.0 `npm i element-theme -g` `npm i element-theme-chalk -D` `et -i` 报错信息 fs.js:40 } = primordials; ^ ReferenceError: primordials is not defined at fs.js:40:5 at req_ (C:\Users\Gabriel\AppData\Roaming\npm\node_modules\element-theme\node_modules\natives\index.js:143:24) at Object.req...
related issue: https://github.com/ElementUI/element-theme/issues/78
Hi, I'm following the guide in the documentation, so I've started to follow the steps. I did install all the packages locally, then when launching the command: /node_modules/.bin/et.cmd -i (I'm...

比如我想改变success按钮的文字颜色,我不知道在哪找变量 $--color-success: ?? 以前我在git上看到过有相关文档,现在找不到了?
Using this config, CSS for all components is always generated. ``` const buildOptions = { browsers: ['ie > 10', 'last 2 versions'], out: path + 'theme', config: path + 'element-variables.scss',...
自己写了一个在nodeJs 12版本可以生成自定义主题的的cli https://www.npmjs.com/package/element-theme-kaijia
在nuxt.js 2.x中配置报错,现在单独使用也不行 环境如下: ``` node -v v8.12.0 npm -v 6.4.1 yarn -v 1.9.4 ``` CLI: ``` bash: et: command not found ``` 本地调用也不行 ``` ./node_modules/element-theme/bin/element-theme ./assets/element-variables.scss ``` ``` ⠋ build...