index.html uses the following cdn,

webpack.base.config.jsexternals

:

index.html uses the following cdn,

webpack.base.config.jsexternals

:

externals in key is the 'package name', and value is the global name after the static resource is introduced
vue-router and iview should correspond to
externals: {
'vue-router': 'VueRouter',
'iview': 'iview'
}