Commit f6c97b2b authored by 于广洋's avatar 于广洋

readme

parent 1b6b23d5
# tax_related_institutions # style-tool
> A Vue.js project > A Vue.js project
...@@ -26,5 +26,17 @@ npm run e2e ...@@ -26,5 +26,17 @@ npm run e2e
# run all tests # run all tests
npm test npm test
``` ```
Style-tool使用工具
工具说明:本工具是修改elementui皮肤的工具,具体使用方式如下:
依赖:sass-loader, node-sass, element-theme, theme-chalk
在工程项目根目录,doc执行 et -i
在根目录会生成scss文件
element-variables.scss
修改该scss文件中的样式
在工程项目根目录,doc执行 et
会在工程目录下生成
theme文件夹
该文件夹下根目录的index.css就是通过编辑的scss文件生成的,可以直接引入到工程入口文件中如
import '../theme/index.css'
即可在测试页中进行编辑查看测试效果
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment