Stylus是一个CSS预处理器。(比较less scss)
安装
cnpm install stylus
或者局部安装(推荐)
cnpm install stylus --save
回车
初始化项目
vue init webpack stylus
cd stylus
cnpm install
cnpm install stylus --save-dev
cnpm install stylus-loader --save-dev
使用stylus
vue文件使用

运行效果

参考文档:https://www.zhangxinxu.com/jq/stylus/