mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-06-23 02:20:23 +08:00
升级Vue3,iView替换ElementPlus
- 删除babel配置、更新依赖与入口初始化 - 全量替换UI组件、样式适配,新增迁移文档与标签/过滤器自动化替换脚本
This commit is contained in:
@@ -1,19 +1,10 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
],
|
||||
presets: ["@vue/cli-plugin-babel/preset"],
|
||||
plugins: [
|
||||
[
|
||||
"import",
|
||||
{
|
||||
"libraryName": "element-ui",
|
||||
"styleLibraryName": "theme-chalk"
|
||||
}
|
||||
],
|
||||
[
|
||||
"prismjs",
|
||||
{
|
||||
"languages": [
|
||||
languages: [
|
||||
"html",
|
||||
"css",
|
||||
"less",
|
||||
@@ -42,10 +33,10 @@ module.exports = {
|
||||
"yml",
|
||||
"md",
|
||||
"erlang",
|
||||
"ini"
|
||||
"ini",
|
||||
],
|
||||
"theme": "okaidia"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
theme: "okaidia",
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user