vue-admin
vue-admin copied to clipboard
compile error resolved
you need to modify webpack.base.conf.js file: add "_"
{
test: /.js$/,
loader: 'babel-loader',
include: projectRoot,
// /node_modules/(?!vue-bulma-.*)/
exclude: [new RegExp(node_modules\\${path.sep}(?!_vue-bulma-.*)
)]
},