vue-adminlte
vue-adminlte copied to clipboard
Can't use plugins in .vue components.
If include external scripts (e.g. jQuery) in index.html
, and refer to $
in .vue
components, will get $ is not defined
error.
Define alias and plugins in webpack.base.conf.js
doesn't work, which works in other scaffolders like vue-cli.