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