{"id":16411376,"url":"https://github.com/hzlshen/vue-project","last_synced_at":"2025-04-06T12:11:42.033Z","repository":{"id":37733136,"uuid":"95085225","full_name":"hzlshen/vue-project","owner":"hzlshen","description":"基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)","archived":false,"fork":false,"pushed_at":"2021-11-06T14:33:56.000Z","size":3944,"stargazers_count":357,"open_issues_count":3,"forks_count":79,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-30T11:08:41.983Z","etag":null,"topics":["axios","axios-vue","echarts","echarts3","element-ui","vue-components","vue-i18n","vue-router","vuejs2","vuex","webpack","websocket"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hzlshen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-22T07:04:45.000Z","updated_at":"2025-03-11T22:29:22.000Z","dependencies_parsed_at":"2022-09-01T12:02:10.859Z","dependency_job_id":null,"html_url":"https://github.com/hzlshen/vue-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzlshen%2Fvue-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzlshen%2Fvue-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzlshen%2Fvue-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzlshen%2Fvue-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hzlshen","download_url":"https://codeload.github.com/hzlshen/vue-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478324,"owners_count":20945266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","axios-vue","echarts","echarts3","element-ui","vue-components","vue-i18n","vue-router","vuejs2","vuex","webpack","websocket"],"created_at":"2024-10-11T06:45:17.428Z","updated_at":"2025-04-06T12:11:42.014Z","avatar_url":"https://github.com/hzlshen.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n#基于vue-cli构建的财务后台管理系统(`vue2`+`vuex`+`axios`+`vue-router`+`element-ui`+`echarts`+`websocket`+`vue-i18n`)\n\n[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)\n\n\n-------\n\n### 本项目可以学到:\n    1、学会使用vue-cli2.0构建项目.\n    2、基于(pomise)封装axios的get、post等http请求.\n    3、学会使用vue-router实现页面跳转带参.\n    4、学会使用vuex状态管理.\n    5、配套element-ui(主要对table的操作多)\n    6、对elementui进行二次封装组件,提高复用性\n    7、略微涉及echarts作图标分析\n    8、使用websocket监听ele进度条状态\n    9、使用vue-i18n实现国际化--中英文切换\n    10、使用Ngprogress做加载,类似github loading bar\n    \n\n#### 安装\n\n#### 项目地址：\n（`git clone`）\n\n```shell\ngit clone https://github.com/hzlshen/vue-project.git\n```\n\n#### 通过`npm`安装本地服务第三方依赖模块(需要已安装[Node.js](https://nodejs.org/))\n\n```\nnpm install\n```\n\n#### 启动服务(http://localhost:8080)\n\n```\nnpm run dev\n```\n\n#### 发布代码\n```\nnpm run build\n```\n\n#### 开发\n\n#### 目录结构\n\u003cpre\u003e\n.\n├── README.md           \n├── build              // 构建服务和webpack配置\n├── config             // 项目不同环境的配置\n├── dist               // 项目build目录\n├── index.html         // 项目入口文件\n├── package.json       // 项目配置文件\n├── src                // 生产目录\n│   ├── assets         // css js 和图片资源\n│   ├── axios          // ajax url 放置\n│   ├── components     // 各种组件\n│   ├── images         // 图片文件夹\n│   ├── i18n           // 国际化文件夹\n│   ├── page           // 各种页面\n│   ├── router         // 页面路由\n│   ├── store          // vuex状态管理器\n│   ├── style          // 样式文件\n│   └── main.js        // Webpack 预编译入口\n\u003c/pre\u003e\n\n\n###项目截图\n\u003cbr/\u003e\n![](https://github.com/hzlshen/Imgage_box/blob/master/vue-project1.png)\n\n![](https://github.com/hzlshen/Imgage_box/blob/master/vue-project2.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhzlshen%2Fvue-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhzlshen%2Fvue-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhzlshen%2Fvue-project/lists"}