{"id":22794355,"url":"https://github.com/thondery/iis-react-client","last_synced_at":"2026-05-05T23:33:18.105Z","repository":{"id":83586780,"uuid":"99869194","full_name":"thondery/iis-react-client","owner":"thondery","description":"基于React制作的信息查询系统","archived":false,"fork":false,"pushed_at":"2017-08-16T06:10:50.000Z","size":577,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T18:09:04.868Z","etag":null,"topics":["react","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/thondery.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":"2017-08-10T01:50:08.000Z","updated_at":"2017-08-10T06:32:08.000Z","dependencies_parsed_at":"2023-07-07T21:45:12.524Z","dependency_job_id":null,"html_url":"https://github.com/thondery/iis-react-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thondery/iis-react-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thondery%2Fiis-react-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thondery%2Fiis-react-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thondery%2Fiis-react-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thondery%2Fiis-react-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thondery","download_url":"https://codeload.github.com/thondery/iis-react-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thondery%2Fiis-react-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32672675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["react","webpack"],"created_at":"2024-12-12T04:08:05.834Z","updated_at":"2026-05-05T23:33:18.072Z","avatar_url":"https://github.com/thondery.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-iis-client\n基于React制作的信息查询系统\n\n\n## Installation\n\n    yarn 或 npm i\n\n## Usages\n\n开发调试\n\n    yarn dev:all 或 npm run dev\n\n编译生产环境\n\n1. 修改配置文件 `src/config/production.js`\n\n```js\nexport default {\n  domain     : 'http://192.168.1.214:7014',\n  apiPath    : '/api/v1'\n}\n```\n\n2. 运行编译\n\n   yarn build:all 或 npm run build:all\n\n3. 将生成的文件上传至服务器，生成的目录为 `dist`\n\n4. 服务器 `nginx` 配置\n\n```\nserver\n{\n\tlisten       80;\n\n\tserver_name xxx.com;\n\tindex index.html index.htm default.html default.htm;\n\troot  /path/to/iis-react-client;\n\n\n\tlocation / {\n\t\ttry_files $uri  /index.html;\n\t}\n\n\tlocation ~ .*\\.(gif|jpg|jpeg|png|bmp|swf)$\n\t{\n\t\texpires      30d;\n\t}\n\n\tlocation ~ .*\\.(js|css)?$\n\t{\n\t\texpires      12h;\n\t}\n\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthondery%2Fiis-react-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthondery%2Fiis-react-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthondery%2Fiis-react-client/lists"}