# interior_crm_new **Repository Path**: csj2004/interior_crm_new ## Basic Information - **Project Name**: interior_crm_new - **Description**: 旧管理后台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-25 - **Last Updated**: 2025-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目开始 ## 安装依赖 推荐使用pnpm作为包管理器 ``` pnpm install ``` ## 开始运行 ``` npm run dev ``` # 最佳实践 ## 需要配合使用的vscode插件 ### ESLint插件,配合保存时自动格式化 ### windicss intellisence 插件 用于windicss代码提示 ### VUE - Official 用于vue3代码提示 ## 项目所使用到的技术 ### element-plus 用于基础组件 https://element-plus.org/zh-CN/ ### vxetable 用于表格的展示 https://vxetable.cn/v3/#/table/grid/basic ### windicss 原子css编程 https://cn.windicss.org/ ### vue-facing-decorator 类风格的vue tsx编程 https://facing-dev.github.io/vue-facing-decorator/#/zh-cn/readme ## 项目结构 ### layout 布局 ### components/low-code 低代码组件库 ### render 基类, 用于作为其他页面的模版,为其他页面提供基础可扩展功能‘ ### const 常量列表, 如后端的枚举可以在此定义 ### windicss.config.js windicss 配置