1. webpack导入css 1) 下载相关的加载器 npm install style-loader css-loader -D 2)将index.css引入到mian.js中 3) 配置webpack.config.js 使用module属性 重启运行 `npm run dev` { test Read More
posted @ 2018-07-08 23:53 第一神坑 Views(6999) Comments(0) Diggs(0)