vue-bulma / nprogress

Progress bars is based on nprogress for Vue
MIT License
184 stars 31 forks source link

无法使用 #1

Closed luckylucy1233 closed 8 years ago

luckylucy1233 commented 8 years ago
Module not found: Error: Can't resolve 'vue-nprogress/src/NprogressContainer'

不知道什么情况。

fundon commented 8 years ago

@luckylucy1233 你是自己开发的,还是在用 vue-adminvue-admin@next 分支用了 webpack v2 beta 很多问题,周末会集中精力处理编译的问题,如果解决不了,就会回退到 webpack v1

fundon commented 8 years ago

请参考 vue-admin 的配置

eeve commented 7 years ago

@luckylucy1233

{
        test: /\.vue$/,
        use: 'vue-loader'
        // exclude: /node_modules/
},