Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 470 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 470 Bytes

drink

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.


"off" or 0 - 关闭(禁用)规则 
"warn" or 1 - 将规则视为一个警告(并不会导致检查不通过) 
"error" or 2 - 将规则视为一个错误 (退出码为1,检查不通过)