mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-15 11:50:19 -06:00
10 lines
134 B
JavaScript
10 lines
134 B
JavaScript
[
|
|
'env',
|
|
'logger',
|
|
'spinner',
|
|
'validate',
|
|
'openBrowser'
|
|
].forEach(m => {
|
|
Object.assign(exports, require(`./lib/${m}`))
|
|
})
|