为了账号安全,请及时绑定邮箱和手机立即绑定

使用的是vue-cli脚手架构建项目,请问如何在js文件中引入sytlus文件?

使用的是vue-cli脚手架构建项目,请问如何在js文件中引入sytlus文件?

元芳怎么了 2018-12-13 16:15:23
如果我的main.js是这样的话(./common/stylus/index有文件)import Vue from 'vue'import App from './App'import './common/stylus/index'/* eslint-disable no-new */new Vue({  el: '#app',  render: h => h(App)})报的错是这样的ERROR  Failed to compile with 1 errors                                                                                              16:35:02This dependency was not found:* common/stylus/index in ./src/main.jsTo install it, you can run: npm install --save common/stylus/index所以说我不知道如何在js文件中引入stylus文件····
查看完整描述

1 回答

?
收到一只叮咚

TA贡献1821条经验 获得超4个赞

确认安装了stylusstylus-loader,然后重启webpack服务,还有import的时候加上css后缀试试(不知你的webpack是否有配置)


查看完整回答
反对 回复 2019-01-15
  • 1 回答
  • 0 关注
  • 347 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信