码迷,mamicode.com
首页 > 其他好文 > 详细

vue2.0 项目 使用sass

时间:2017-08-25 01:08:56      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:style   color   ade   ext   使用   type   vue2   安装   web   

1、安装依赖:

cnpm i --save-dev node-sass sass-loader

2、webpack.base.config.js添加以下内容:

...
      {
        test: /\.scss$/,
        loaders:[‘style‘,‘css‘,‘sass‘]
      },
...

3、在vue文件的style标签使用scss:

<style lang="scss" scoped="" type="text/css"></style>

 

vue2.0 项目 使用sass

标签:style   color   ade   ext   使用   type   vue2   安装   web   

原文地址:http://www.cnblogs.com/geewonii/p/7425910.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!