请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

请老师帮忙看看按需加载

https://img1.sycdn.imooc.com//szimg/5fbe1a0309dd23d010920370.jpg

https://img1.sycdn.imooc.com//szimg/5fbe1a0409baada009160664.jpg

https://img1.sycdn.imooc.com//szimg/5fbe1a0409d5f00604760608.jpg

老师能帮忙看看吗,为什么node_modules中明明存在css为什么引入就是找不到

```

// 这是main。js
import Vue from 'vue'
import App from './App.vue'
import { NxCard,NxIcon } from "Nx-Component"

Vue.config.productionTip = false

Vue.use(NxCard)
Vue.use(NxIcon)
new Vue({
render: h => h(App),
}).$mount('#app')

```

正在回答 回答被采纳积分+3

2回答

扬_灵 2020-11-26 19:20:28

同学你好,可以试一下babel-plugin-component这个按需加载的插件,效果和babel-plugin-import是一样的,//img1.sycdn.imooc.com//szimg/5fbf8f3d0901c63d08860622.jpghttps://img1.sycdn.imooc.com//szimg/5fbf8f8e096e5fd705500360.jpg

0 回复 有任何疑惑可以回复我~
  • 提问者 hy_wang #1
    哦哦,那请问下老师babel-import是不太方便实现吗
    回复 有任何疑惑可以回复我~ 2020-11-26 21:08:22
  • 扬_灵 回复 提问者 hy_wang #2
    babel-plugin-import插件在测试的时候找不到样式文件
    回复 有任何疑惑可以回复我~ 2020-11-27 08:40:49
扬_灵 2020-11-25 17:33:42

同学你好,可以把项目代码发一下吗,我在本地测试帮你定位一下问题。

0 回复 有任何疑惑可以回复我~
  • 提问者 hy_wang #1
    https://github.com/19Qingfeng/Nx-components/tree/master,老师这个是地址。当新建一个vue3项目不配置module.exports = {
        configureWebpack: {
          resolve: {
          extensions: ['.js', '.vue', '.css', '.json']
        }
      }
    }时候就会报错,我现在使用了extensions进行了兼容。
    回复 有任何疑惑可以回复我~ 2020-11-25 17:37:46
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信