{"id":32786366,"url":"https://github.com/djtuatomgroup/neosoft-hospital","last_synced_at":"2026-05-02T17:38:19.555Z","repository":{"id":322459117,"uuid":"1088829814","full_name":"DjtuAtomGroup/neosoft-hospital","owner":"DjtuAtomGroup","description":"A Neosoft practice homework frame project.","archived":false,"fork":false,"pushed_at":"2025-11-04T14:42:12.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-04T16:17:00.485Z","etag":null,"topics":["element-plus","frontend","neosoft","postcss","tailwindcss","typescript","vuejs"],"latest_commit_sha":null,"homepage":"","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/DjtuAtomGroup.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-03T14:12:49.000Z","updated_at":"2025-11-04T14:41:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/DjtuAtomGroup/neosoft-hospital","commit_stats":null,"previous_names":["djtuatomgroup/neosoft-hospital"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/DjtuAtomGroup/neosoft-hospital","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjtuAtomGroup%2Fneosoft-hospital","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjtuAtomGroup%2Fneosoft-hospital/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjtuAtomGroup%2Fneosoft-hospital/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjtuAtomGroup%2Fneosoft-hospital/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DjtuAtomGroup","download_url":"https://codeload.github.com/DjtuAtomGroup/neosoft-hospital/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjtuAtomGroup%2Fneosoft-hospital/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282762577,"owners_count":26723111,"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","status":"online","status_checked_at":"2025-11-05T02:00:05.946Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["element-plus","frontend","neosoft","postcss","tailwindcss","typescript","vuejs"],"created_at":"2025-11-05T05:00:54.662Z","updated_at":"2025-11-05T05:01:57.300Z","avatar_url":"https://github.com/DjtuAtomGroup.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noesoft-hospital\n\n东软云医院是学校在大四第一学期举行的实训课中的小组作业的一部分，这里提供一个易于扩展的基本框架，它具有约定大于配置的特点：\n- 通过集成unplugin-auto-import实现vue/vue-router api的自动导入\n- 使用专门的模块，实现对/router/modules/xx/ 下的文件的自动扫描和自动导入\n- 自动生成对应的菜单等\n\n## 分支管理\n- master  主分支 作为基础管理系统模板，可用于任何管理系统的二次开发\n- feature 各种其他特性分支，完全体的东软实训位于 feature/mock 分支\n- fix  修复缺陷分支\n\n## 项目技术栈\n- Vue\n- TypeScript\n- TailwindCSS\n- Axios\n- MockJS\n- Element-Plus\n- Pinia\n\n## 项目目录结构\n\n- src\n  - assets\n  - server\n    - api\n  - components\n  - views\n  - hook\n  - const\n  - utils\n  - router\n    - modules\n  - store\n\n## Recommended IDE Setup\n\n[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).\n\n## Recommended Browser Setup\n\n- Chromium-based browsers (Chrome, Edge, Brave, etc.):\n  - [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) \n  - [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters)\n- Firefox:\n  - [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)\n  - [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)\n\n## Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vite.dev/config/).\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjtuatomgroup%2Fneosoft-hospital","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjtuatomgroup%2Fneosoft-hospital","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjtuatomgroup%2Fneosoft-hospital/lists"}