{"id":13626488,"url":"https://github.com/crudapi/crudapi-admin-web","last_synced_at":"2025-04-16T14:33:40.751Z","repository":{"id":39757403,"uuid":"344124606","full_name":"crudapi/crudapi-admin-web","owner":"crudapi","description":"crudapi增删改查接口零代码后台管理页面，一键快速CRUD。框架采用Vue，控件库为Quasar， 形式为SPA单页面应用。 主要知识点：Vue基本知识，自定义组件，axios网络请求，Vuex状态管理，Router路由，本地存储LocalStorage、Session、Cookie，登录，本地调试，docker打包等。 主要功能：元数据管理，序列号管理，表关系设置，业务数据crud增删改查，数据导入导出等。","archived":false,"fork":false,"pushed_at":"2024-08-25T11:19:59.000Z","size":2554,"stargazers_count":193,"open_issues_count":1,"forks_count":41,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-08T16:43:55.549Z","etag":null,"topics":["crud","crudapi","low-code","nocode","quasar","restful","vue","zero-code"],"latest_commit_sha":null,"homepage":"https://crudapi.cn","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/crudapi.png","metadata":{"files":{"readme":"README.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-03T12:50:04.000Z","updated_at":"2024-10-18T06:44:08.000Z","dependencies_parsed_at":"2024-01-15T09:59:14.782Z","dependency_job_id":"5f8b01b0-4c05-43e5-88f5-4c19c03fd5e6","html_url":"https://github.com/crudapi/crudapi-admin-web","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crudapi%2Fcrudapi-admin-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crudapi%2Fcrudapi-admin-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crudapi%2Fcrudapi-admin-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crudapi%2Fcrudapi-admin-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crudapi","download_url":"https://codeload.github.com/crudapi/crudapi-admin-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249250821,"owners_count":21237961,"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":["crud","crudapi","low-code","nocode","quasar","restful","vue","zero-code"],"created_at":"2024-08-01T21:02:20.320Z","updated_at":"2025-04-16T14:33:40.303Z","avatar_url":"https://github.com/crudapi.png","language":"Vue","readme":"# Crudapi Admin Web (crudapi-admin-web)\n\n## Language\n[中文](README_CN.md)\n\n## GIT URL\nName | Type | License | GitHub| Gitee\n--- | --- | --- | --- | ---\ncrudapi-admin-web | Vue Qusar Code | Open Source | [crudapi-admin-web](https://github.com/crudapi/crudapi-admin-web) | [crudapi-admin-web](https://gitee.com/crudapi/crudapi-admin-web)\ncrudapi-example| Java SDK | Free Forever | [crudapi-example](https://github.com/crudapi/crudapi-example) | [crudapi-example](https://gitee.com/crudapi/crudapi-example)\n\n## Install the dependencies\n```bash\nnpm install\n```\n\n## Start the app in development mode (hot-code reloading, error reporting, etc.)\n```bash\nnpm run dev\n```\n\n## Lint the files\n```bash\nnpm run lint\n```\n\n## Build the app for production\n```bash\nnpm run build\n```\n\n## Config\nupdate file quasar.conf.js, set devServer-\u003eproxy-\u003etarget\nquasar.conf.js\n```javascript\ndevServer: {\n  https: false,\n  port: 8080,\n  open: true,\n  proxy: {\n    \"/api/*\": {\n      target: \"http://127.0.0.1:8888\",\n      changeOrigin: true\n    }\n  }\n}\n```\n\n## Docker\n```bash\ndocker build -t crudapi-admin-web:latest .\ndocker rm -f crudapi-admin-web\ndocker run -d -p 80:80 --name crudapi-admin-web crudapi-admin-web:latest\n```\nVisit [ http://127.0.0.1/crudapi ](http://127.0.0.1/crudapi)\n\n## Documentation\n\n[https://help.crudapi.cn](https://help.crudapi.cn)\n\n1. [ 基于Vue和Quasar的前端SPA项目实战之环境搭建（一）](https://help.crudapi.cn/crudapi-admin-web/helloworld.html)\n2. [ 基于Vue和Quasar的前端SPA项目实战之用户登录（二）](https://help.crudapi.cn/crudapi-admin-web/login.html)\n3. [ 基于Vue和Quasar的前端SPA项目实战之布局菜单（三）](https://help.crudapi.cn/crudapi-admin-web/layout.html)\n4. [ 基于Vue和Quasar的前端SPA项目实战之序列号（四）](https://help.crudapi.cn/crudapi-admin-web/sequence.html)\n5. [ 基于Vue和Quasar的前端SPA项目实战之动态表单（五）](https://help.crudapi.cn/crudapi-admin-web/metadatatable.html)\n6. [ 基于Vue和Quasar的前端SPA项目实战之表关系（六）](https://help.crudapi.cn/crudapi-admin-web/metadatarelation.html)\n7. [ 基于Vue和Quasar的前端SPA项目实战之业务数据（七）](https://help.crudapi.cn/crudapi-admin-web/business.html)\n8. [ 基于Vue和Quasar的前端SPA项目实战之docker部署（八）](https://help.crudapi.cn/crudapi-admin-web/docker.html)\n9. [ 基于Vue和Quasar的前端SPA项目实战之数据导入（九）](https://help.crudapi.cn/crudapi-admin-web/import.html)\n10. [ 基于Vue和Quasar的前端SPA项目实战之文件上传（九）](https://help.crudapi.cn/crudapi-admin-web/fileupload.html)\n11. [ 基于Vue和Quasar的前端SPA项目实战之联合索引（十一）](https://help.crudapi.cn/crudapi-admin-web/unionindex.html)\n12. [ 基于Vue和Quasar的前端SPA项目实战之数据库逆向（十二）](https://help.crudapi.cn/crudapi-admin-web/dbfirst.html)\n13. [ 基于Vue和Quasar的前端SPA项目实战之数据导出（十三）](https://help.crudapi.cn/crudapi-admin-web/export.html)\n14. [ 基于Vue和Quasar的前端SPA项目实战之模块管理（十四）](https://help.crudapi.cn/crudapi-admin-web/module.html)\n15. [ 基于Vue和Quasar的前端SPA项目实战之元数据导出导入（十五）](https://help.crudapi.cn/crudapi-admin-web/metadataexportimport.html)\n16. [ 基于Vue和Quasar的前端SPA项目实战之拖拽表单定制（十六）](https://help.crudapi.cn/crudapi-admin-web/formbuilder.html)\n\nOngoing updates...\n\n## Demo\nDemo url：[https://demo.crudapi.cn/crudapi/](https://demo.crudapi.cn/crudapi/)\n\n![table](./img/table.png)\nMetadata table\n\n![table](./img/relation.png)\nTable relation\n\n![customer](./img/customer.png)\nBussiness Data\n\n## Java SDK development\n### GitHub repo\n[https://github.com/crudapi/crudapi-example](https://github.com/crudapi/crudapi-example)\n\n### Gitee repo\n[https://gitee.com/crudapi/crudapi-example](https://gitee.com/crudapi/crudapi-example)\n\n## Contact\n#### Email\nadmin@crudapi.cn\n\n#### QQ\n1440737304\n\n#### QQQun\n632034576\n\n#### Weixin\nundefinedneqnull\n\n\u003cdiv align=\"left\"\u003e\n  \u003cimg width = \"200\" src=\"./img/crudapiweixin.jpeg\"\u003e\n\u003c/div\u003e\n\n#### WeixinQun\n\u003cdiv align=\"left\"\u003e\n  \u003cimg width = \"200\" src=\"./img/weixinqun.png\"\u003e\n\u003c/div\u003e\n\nIf you have any questions, please contact us!\n\n## License\n\nCopyright (c) 2021-present crudapi\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n","funding_links":[],"categories":["Vue","全栈平台"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrudapi%2Fcrudapi-admin-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrudapi%2Fcrudapi-admin-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrudapi%2Fcrudapi-admin-web/lists"}