{"id":19590818,"url":"https://github.com/mgbq/nxadmin-template","last_synced_at":"2025-04-27T13:31:57.636Z","repository":{"id":47078194,"uuid":"141561912","full_name":"mgbq/nxAdmin-template","owner":"mgbq","description":"a vue2.0 minimal admin template ","archived":false,"fork":false,"pushed_at":"2020-04-30T00:06:04.000Z","size":2854,"stargazers_count":90,"open_issues_count":6,"forks_count":44,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-02-28T17:02:26.861Z","etag":null,"topics":["axios","element-ui","javascript","vue","vue-admin","vue-cli","vue-router","vuex"],"latest_commit_sha":null,"homepage":"https://mgbq.github.io/nxAdmin-template/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mgbq.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-19T10:12:22.000Z","updated_at":"2022-11-19T00:40:06.000Z","dependencies_parsed_at":"2022-08-27T21:43:19.145Z","dependency_job_id":null,"html_url":"https://github.com/mgbq/nxAdmin-template","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgbq%2FnxAdmin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgbq%2FnxAdmin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgbq%2FnxAdmin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgbq%2FnxAdmin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgbq","download_url":"https://codeload.github.com/mgbq/nxAdmin-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224071902,"owners_count":17250952,"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","element-ui","javascript","vue","vue-admin","vue-cli","vue-router","vuex"],"created_at":"2024-11-11T08:26:29.812Z","updated_at":"2024-11-11T08:26:30.618Z","avatar_url":"https://github.com/mgbq.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg  src=\"https://github.com/mgbq/nx-admin/blob/master/src/assets/img/home/logo.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/vuejs/vue\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/vue-2.5.10-brightgreen.svg\" alt=\"vue\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ElemeFE/element\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/element--ui-2.3.2-brightgreen.svg\" alt=\"element-ui\"\u003e\n  \u003c/a\u003e\n   \u003ca href=\"https://travis-ci.org/mgbq/nx-admin\" rel=\"nofollow\"\u003e\n    \u003cimg src=\"https://travis-ci.org/mgbq/nx-admin.svg?branch=master\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n    \u003ca href=\"https://github.com/mgbq/nx-admin/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/mgbq/nx-admin.svg\" alt=\"license\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mgbq/nx-admin/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/release-1.2-blue.svg\" alt=\"GitHub release\"\u003e\n  \u003c/a\u003e\n  \n  \u003e ## :gem: Vue Automated management system\n\u003c/p\u003e\n\nEnglish | [简体中文](./README.md)\n\n## Introduction\n\n\u003e A minimal vue admin template with Element UI \u0026 axios \u0026 iconfont \u0026 permission control \u0026 lint\n\n**Live demo:** http://mgbq.github.io/nxAdmin-template\n\n\n ## related documents\n[老板让我十分钟上手nx-admin](https://juejin.im/post/5b43226c51882519ad616c2a)\n\n[Vue2.0实现的用户权限控制](http://blog.csdn.net/qq_32340877/article/details/79416344)\n\n\n## Extra\nIf you want router permission \u0026\u0026 generate menu by user roles , you can use this branch [permission-control](https://github.com/mgbq/nx-admin/releases/tag/v1.0.0)\n\n## Related Project\n [nx-admin](https://github.com/mgbq/nx-admin)\n\n\n## download\n\ngit：`git clone https://github.com/mgbq/nx-admin.git`\n\nnpm：`npm install`\n\n\n## Preview [nxAdmin-template](https://mgbq.github.io/nxAdmin-template/#/login)\n\ntest account:\n\n``` bash\n1. username: admin\n   password: any\n2. username: editor\n   password: any\n```\n\n\n\n\nYou are welcome to contribute to the development of nxAdmin-template (code writing/document translation)。\n\n\n## Getting started\n\n```bash\n# clone the project\ngit clone https://github.com/mgbq/nxAdmin-template.git\n\n# install dependency\nnpm install\n\n# develop\nnpm run dev\n```\n\n\n## Build\n```bash\n# build for test environment\nnpm run build:sit\n\n# build for production environment\nnpm run build:prod\n```\n\n## Advanced\n```bash\n# --report to build with bundle size analytics\nnpm run build:prod --report\n\n# --preview to start a server in local to preview\nnpm run build:prod --preview\n\n# lint code\nnpm run lint\n\n# auto fix\nnpm run lint -- --fix\n```\n## Donate Buy me a coffee ~\n\u003cimg src=\"./github/二维码.jpg\" width=\"400px\" height=\"460px\" alt=\"捐赠扫一扫\"\u003e\n\n## License\n\n[MIT](https://github.com/mgbq/nxAdmin-template/blob/master/LICENSE)\nCopyright (c) 2018-present nxAdmin-template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgbq%2Fnxadmin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgbq%2Fnxadmin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgbq%2Fnxadmin-template/lists"}