# frontend_liangang_mes2.0_front **Repository Path**: yinginx/frontend_liangang_mes2.0_front ## Basic Information - **Project Name**: frontend_liangang_mes2.0_front - **Description**: No description available - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-10 - **Last Updated**: 2025-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Node =>18.20.3 ## 基于 Vue 3, TypeScript, Element Plus 为了简化代码中的导入语句,使用了 `unplugin-auto-import` 和 `unplugin-vue-components` 插件来实现自动按需导入。 ## 部分功能仍要按需引入 ```html import {Edit} from '@element-plus/icons-vue' ``` ```javascript import {ElMessage, ElMessageBox} from 'element-plus' ```