mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 19:08:18 +08:00
0743bd3835
* 修改前端项目结构,添加路由管理
12 lines
215 B
JavaScript
12 lines
215 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
],
|
|
// plugins: [
|
|
// [
|
|
// 'import',
|
|
// { libraryName: 'ant-design-vue', libraryDirectory: 'es', style: 'css' }
|
|
// ]
|
|
// ]
|
|
}
|