stylus是css的预编译语言,用于去掉css中的冒号和分好,例如css
.style{ position fixed width 100% z-index 10 }
vue的使用方式是须要安装vue
npm install stylus stylus-loader --save-dev