Vue 配置stylus支持
安装必要的支持
#初始化项目
vue-sell-study
#安装stylus支持
yarn add stylus
yarn add stylus-loader
修改stylus lang 支持
<style lang="stylus" rel="stylesheet/stylus">
.hello {
font-size 50px
color red
.t1 {
color blue
}
}
</style>
#初始化项目
vue-sell-study
#安装stylus支持
yarn add stylus
yarn add stylus-loader
<style lang="stylus" rel="stylesheet/stylus">
.hello {
font-size 50px
color red
.t1 {
color blue
}
}
</style>
发表评论
沙发空缺中,还不快抢~