lovefisher

608 经验值

明白了
通过CommonsChunkPlugin把相同的模块抽出来
如果没有CommonsChunkPlugin 那么打包后的index.js跟vendor.js是平行的 index跟vendor都有vue跟element-ui的依赖
有了CommonsChunkPlugin就会把index.js的依赖转移到vendor上。

main.js 跟vendor.js一起import了vue跟element-ui 是为什么呢?

那么普通的动态路由不能绑定todo.id了么?

上一个问题已经解决了。。
有个疑问,
关于命名路由的name是什么意思呢?

Failed to resolve async component render: TypeError: Cannot read property '_c' of undefined
我这么报错了

嗯 这个知道
我把bootsrap跟jquery都装上了
import后bootsrap报错jQuery undefined

感觉像是webpack那边的配置问题么?
需要一个alias吗?
谢谢Jelly

如果不采用link方式加入bootsrap的css
怎么通过npm引入bootsrap呢?