# quality-training-admin **Repository Path**: play_haha_admin/quality-training-admin ## Basic Information - **Project Name**: quality-training-admin - **Description**: 广东省首席质量官网络培训平台pc后台 - **Primary Language**: Unknown - **License**: MIT - **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 # 广东省企业首席质量官网络培训系统后台管理版 安装 CLI ``` npm install -g @vue/cli ``` 验证是否安装成功 ``` vue --version ``` 使用图形界面 ``` vue ui ``` clone 下来后,运行以下命令下载依赖包 ``` npm install ``` 运行 ``` npm run dev ``` --- > > 技术框架 - Vue - Vuex - Router - axios - Sass - Element - Tinymce - Echarts ``` 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 类似以上 ```