mirror of
https://github.com/rubjo/victor-mono.git
synced 2024-11-23 00:32:40 +03:00
15 lines
193 B
JavaScript
15 lines
193 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app'
|
|
],
|
|
plugins: [
|
|
[
|
|
'component',
|
|
{
|
|
libraryName: 'element-ui',
|
|
styleLibraryName: 'theme-chalk'
|
|
}
|
|
]
|
|
]
|
|
}
|