@160over90/vue-cli-plugin-stylelint 中文文档教程
vue-cli-plugin-stylelint
vue-cli 的 stylelint 插件配置了 160over90 的 sass linter 设置。 本质上,这是 Github 的 css linter 的更严格版本。
注意:这是一个仅适用于 vue-cli 项目的 vue-cli 插件
Add the plugin to a project
vue add @160over90/vue-cli-plugin-stylelint
Adding additonal rules
该插件在项目目录的根目录下生成一个 .stylelintrc.js
文件。 您可以查看 stylelints 规则以获取想法。
vue-cli-plugin-stylelint
A stylelint plugin for the vue-cli configured with 160over90's sass linter settings. Essentially this is a stricter version of Github's css linter.
Note: this is a vue-cli plugin for vue-cli projects only
Add the plugin to a project
vue add @160over90/vue-cli-plugin-stylelint
Adding additonal rules
The plugin generates a .stylelintrc.js
file at the root of the your project directory. You can check out stylelints rules for ideas.