# frontend_liangang_mes2.0_kanban **Repository Path**: yinginx/frontend_liangang_mes2.0_kanban ## Basic Information - **Project Name**: frontend_liangang_mes2.0_kanban - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-12-17 - **Last Updated**: 2025-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # supplyx-mes-ui # MOM平台 - |—— src 目录(主要) - |—— api 接口定义目录 |—— assets 静态文件目录  |—— components 公共组件目录 |—— directive 指令 |—— filters 过滤器 |—— icons 图标 |—— lang 语言 |—— mixins 混入 |—— plugins 第三方插件目录 |—— router 路由定义目录 |—— store vuex 状态管理定义目录 |—— styles 样式目录 |—— utils 工具库目录 (常用js封装调用) |—— views 页面目录 |—— App.vue 入口 |—— main.js 入口js 本项目开发环境:node v16.20.2 使用yarn 注意node-sass和sass-loader的版本,只能是如下版本。 ```json { "node-sass": "6.0.1", "sass-loader": "10.2.0" } ``` ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).