{"id":19845656,"url":"https://github.com/artiely/vue-admin","last_synced_at":"2025-04-05T19:14:27.438Z","repository":{"id":38304104,"uuid":"187165190","full_name":"artiely/vue-admin","owner":"artiely","description":"基于and-design-vue的vue后台管理系统模板","archived":false,"fork":false,"pushed_at":"2022-12-14T15:23:30.000Z","size":18170,"stargazers_count":424,"open_issues_count":17,"forks_count":120,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-29T18:08:30.473Z","etag":null,"topics":["admin","ant-design","ant-design-pro","ant-design-pro-vue","ant-design-vue","ant-design-vue-pro","antd-pro","axios","dashboard","i18n","vue-admin","vue-admin-antd","vue-admin-tamplate","vue-cli","vuex","webpack"],"latest_commit_sha":null,"homepage":"https://artiely.gitee.io/antd-admin","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/artiely.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":"2019-05-17T07:08:26.000Z","updated_at":"2025-02-14T11:29:00.000Z","dependencies_parsed_at":"2023-01-28T23:46:14.017Z","dependency_job_id":null,"html_url":"https://github.com/artiely/vue-admin","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/artiely%2Fvue-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiely%2Fvue-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiely%2Fvue-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiely%2Fvue-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artiely","download_url":"https://codeload.github.com/artiely/vue-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386266,"owners_count":20930619,"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":["admin","ant-design","ant-design-pro","ant-design-pro-vue","ant-design-vue","ant-design-vue-pro","antd-pro","axios","dashboard","i18n","vue-admin","vue-admin-antd","vue-admin-tamplate","vue-cli","vuex","webpack"],"created_at":"2024-11-12T13:08:48.720Z","updated_at":"2025-04-05T19:14:27.416Z","avatar_url":"https://github.com/artiely.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e 此项目将随着ant-design-vue@2.0发布后进行全面重构，欢迎star!\n# 效果预览\n\u003cimg src=\"./docs/localhost_8082_(iPhoneX).png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/localhost_8082_(iPhoneX)(1).png\" style=\"width:50%\" width=\"400\"\u003e\n\n\u003cimg src=\"./docs/localhost_8082_(6).png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/localhost_8082_(7).png\" style=\"width:50%\" width=\"400\"\u003e\n\u003cimg src=\"./docs/localhost_8082_(8).png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/localhost_8082_(9).png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/localhost_8082_(10).png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/localhost_8082_(11).png\" style=\"width:50%\" width=\"400\"\u003e\n\n\u003cimg src=\"./docs/localhost_8082_(3).png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/localhost_8082_(4).png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/localhost_8082_(5).png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/192.168.124.14_8082_.png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/localhost_8082_(12).png\" style=\"width:50%\" width=\"400\"\u003e\u003cimg src=\"./docs/localhost_8082_(1).png\" style=\"width:50%\" width=\"400\"\u003e\n\n\u003cimg src=\"./docs/localhost_8082_(iPadPro).png\" style=\"width:50%\" width=\"400\"\u003e\n\n\n# 预览地址\nhttps://artiely.gitee.io/antd-admin\n\n\n# 快速构建\n\n```bash\n# 更新依赖\nnpm i\n\n# 启动本地开发环境\nnpm run dev\n\n# 启动本地测试环境\nnpm run build-staging\n\n# 启动线上测试环境\nnpm run build\n\n# 发布上线\nnpm run build-release\n# pm2\npm2 deploy deploy.yml production setup\npm2 deploy deploy.yml production\n```\n\n# 快速新建页面\n```bash\nnpm run new\n# 请在指定的文件夹下新建页面 如： about/userInfo\n# 请尽量用2个以上的单词描述页面组件, 准确表达组件含义避免过于宽泛。\n# 页面组件与路由的path和name必须一一对应，名称一致，利于快速搜索和定位\n# 页面组件驼峰名userInfo会被转换为user-info\n# 自动生成的会包含一些必要信息，避免重复书写，尽量使用快捷新建页面\n# 与业务相关的组件全部是中划线命名，与业务无关的遵循vue官方组件命名规则\n```\n\n# 你将了解到\n- [x] axios封装并支持重连、取消\n\n- [x] 响应式断点支持pc、pad及手机\n\n- [x] 多布局切换\n\n- [x] 可自定义主题\n\n- [x] 标签页模式及对应功能实现\n\n- [x] 色弱模式\n\n- [x] 自定义字体大小\n\n- [x] 自定义组件及物料\n\n- [x] 丰富的过滤器及指令\n\n- [x] 骨架屏\n\n- [x] Sentry等第三方插件的集成\n\n- [x] 多场景菜单\n\n- [x] pm2一键发布\n\n- [ ] 国际化\n\n...\n\n\n#项目结构\n```\n├─doc                   // 文档目录\n│      \n├─public                // 静态资源目录\n├─script                // 脚本\n│      \n├─node_modules\n│  \n├─src                   // 项目源文件\n│  │  main.js           // 入口文件\n│  ├─api                // 请求接口\n│  │      \n│  ├─assets             // 组件静态资源\n│  │              \n│  ├─common             // 公共文件\n│  │  ├─directive       // 指令\n│  │  ├─filter          // 过滤器\n│  │  └─utils           // 工具\n│  │  \n│  ├─i18n               // 国际化\n│  │  \n│  ├─config             // 业务配置文件\n│  ├─core               // 非业务抽离文件\n│  ├─layouts            // 布局组件\n│  ├─packages           // 非业务组件\n│  ├─plugins            // 第三方插件\n│  ├─views              // 业务组件\n│  ├─router             // 路由管理\n│  └─store              // 状态管理\n│              \n├─test                  // 测试\n└─theme                 // 主体管理\n...\n```\n# 浏览器支持\nIE 9+\nFirefox（最新）\nChrome（最新）\nSafari（最新）\n\n\n\n\n\n# 环境\n```\nwin10\nnode v10.15.1\nvuecli v3.7.0\n```\n# 依赖\n```\n\"vue\": \"^2.6.10\",\n\"vue-router\": \"^3.0.3\",\n\"vuex\": \"^3.0.1\",\n\"vuepress\": \"^1.0.0-alpha.48\"\n```\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartiely%2Fvue-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartiely%2Fvue-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartiely%2Fvue-admin/lists"}