# quality-training-web **Repository Path**: play_haha_admin/quality-training-web ## Basic Information - **Project Name**: quality-training-web - **Description**: 广东省首席质量官网络培训平台pc端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-28 - **Last Updated**: 2025-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 广东省企业首席质量官网络培训系统 Web 版 安装 CLI ``` npm install -g @vue/cli ``` 验证是否安装成功 ``` vue --version ``` 使用图形界面 ``` vue ui ``` clone 下来后,运行以下命令下载依赖包 ``` npm install ``` --- > > 技术框架 - Vue - Router - axios - Sass - Element ``` axios 封装后使用方法: this.$get({ url: '', data: {} }).then(res=>{ console.log(res) }).catch(err=> { console.log(res) }) this.$post({ url: '', data: {} }).then(res=>{ console.log(res) }).catch(err=> { console.log(res) }) put, del 类似以上 ``` ``` - Input 输入框 - Radio 单选按钮 - Checkbox 多选框 - Select 选择器 - DatePicker 日期选择器 - Casscader 级联选择器 - Dialog 弹出框 - Progress 进度条 - Message 消息提示 - MessageBox 弹框 ```