公告板
版本库
filestore
活动
搜索
登录
黄鑫磊
/
MES_Test_Project
Mes测试程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化项目构建
huang
2025-11-17
92a5d16f0474ead87744b4ca5cb04417247a0619
[~huangxinlei/MES_Test_Project.git]
/
mes-web
/
vue.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports = {
assetsDir: 'static',
parallel: false,
publicPath: './',
presets: [
'@vue/app',
[
'@babel/preset-env',
{
useBuiltIns: 'entry'
}
]
],
sourceType: 'unambiguous',
};