{"id":22834723,"url":"https://github.com/tcly861204/react-amis-admin","last_synced_at":"2025-04-24T00:07:28.327Z","repository":{"id":40988260,"uuid":"490092850","full_name":"tcly861204/react-amis-admin","owner":"tcly861204","description":"🎉🎉🔥百度amis低代码引擎实现后台管理系统","archived":false,"fork":false,"pushed_at":"2025-01-14T09:19:56.000Z","size":40227,"stargazers_count":41,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T00:07:21.094Z","etag":null,"topics":["admin","amis","icejs","react","react-dom","webpack"],"latest_commit_sha":null,"homepage":"https://tcly861204.github.io/react-amis-admin/","language":"TypeScript","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/tcly861204.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-09T01:02:44.000Z","updated_at":"2025-04-22T08:07:36.000Z","dependencies_parsed_at":"2024-08-01T06:39:50.951Z","dependency_job_id":null,"html_url":"https://github.com/tcly861204/react-amis-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/tcly861204%2Freact-amis-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcly861204%2Freact-amis-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcly861204%2Freact-amis-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcly861204%2Freact-amis-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcly861204","download_url":"https://codeload.github.com/tcly861204/react-amis-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535099,"owners_count":21446508,"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","amis","icejs","react","react-dom","webpack"],"created_at":"2024-12-12T22:07:20.313Z","updated_at":"2025-04-24T00:07:28.318Z","avatar_url":"https://github.com/tcly861204.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## amis-admin\n低代码引擎实现后台管理, 使用最新版amis, 使用了抖音arco-design UI搭建， 开箱即用\n\n## 安装\n\u003e pnpm install\n\n## 开发环境\n\u003e pnpm dev\n\n## 环境构建\n\u003e pnpm run build\n\n## 文件结构\n```ts\n tree\n  |-- .env.development\n  |-- .eslintrc.cjs\n  |-- .github\n  |  |-- workflows\n  |  |  |-- deploy.yml\n  |-- .gitignore\n  |-- doc\n  |  |-- 001.png\n  |-- index.html\n  |-- package.json\n  |-- pnpm-lock.yaml\n  |-- public\n  |  |-- 001.png\n  |  |-- api\n  |  |  |-- app_audio.json\n  |  |  |-- app_carousel.json\n  |  |  |-- app_chart.json\n  |  |  |-- app_crud_auto-fill.json\n  |  |  |-- app_crud_table.json\n  |  |  |-- app_dialog_drawer.json\n  |  |  |-- app_dialog_simple.json\n  |  |  |-- app_form_fieldset.json\n  |  |  |-- app_form_full.json\n  |  |  |-- app_form_hint.json\n  |  |  |-- app_form_mode.json\n  |  |  |-- app_form_static.json\n  |  |  |-- app_form_tabs.json\n  |  |  |-- app_tabs_normal.json\n  |  |  |-- app_theme.json\n  |  |  |-- app_video.json\n  |  |  |-- dashboard.json\n  |  |-- app\n  |  |  |-- form\n  |  |  |-- static\n  |  |-- favicon.png\n  |-- README.md\n  |-- src\n  |  |-- App.tsx\n  |  |-- assets\n  |  |  |-- login.bg.png\n  |  |  |-- logo.png\n  |  |-- components\n  |  |  |-- Amis\n  |  |  |-- index.tsx\n  |  |  |-- Loading\n  |  |  |-- index.module.scss\n  |  |  |-- index.tsx\n  |  |  |-- Sidebar\n  |  |  |-- index.module.scss\n  |  |  |-- index.tsx\n  |  |  |-- ToolBar\n  |  |  |-- index.module.scss\n  |  |  |-- index.tsx\n  |  |-- layout\n  |  |  |-- index.module.scss\n  |  |  |-- index.tsx\n  |  |  |-- menu.ts\n  |  |-- main.tsx\n  |  |-- pages\n  |  |  |-- Admin\n  |  |  |-- index.tsx\n  |  |  |-- Login\n  |  |  |-- index.module.scss\n  |  |  |-- index.tsx\n  |  |-- routes\n  |  |  |-- index.tsx\n  |  |-- store\n  |  |  |-- index.ts\n  |  |  |-- layout.ts\n  |  |-- styles\n  |  |  |-- global.scss\n  |  |-- utils\n  |  |  |-- ajax.ts\n  |  |  |-- utils.ts\n  |  |-- vite-env.d.ts\n  |-- tsconfig.json\n  |-- tsconfig.node.json\n  |-- vite.config.ts\n```\n\n## 在线效果预览\n[https://tcly861204.github.io/react-amis-admin/](https://tcly861204.github.io/react-amis-admin/)\n\n![amis admin](/doc/001.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcly861204%2Freact-amis-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcly861204%2Freact-amis-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcly861204%2Freact-amis-admin/lists"}