{"id":19509230,"url":"https://github.com/kwanhooo/anjone-webos","last_synced_at":"2026-04-05T22:37:15.879Z","repository":{"id":113633174,"uuid":"542379298","full_name":"Kwanhooo/Anjone-WebOS","owner":"Kwanhooo","description":"Anjone 家庭数据中心——Web客户端","archived":false,"fork":false,"pushed_at":"2023-01-12T02:11:50.000Z","size":17585,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-29T01:43:23.274Z","etag":null,"topics":["ant-design","element-ui","less","nuxt","typescript","vuejs","webos"],"latest_commit_sha":null,"homepage":"http://anjone.0xcafebabe.cn","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kwanhooo.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":"2022-09-28T02:46:13.000Z","updated_at":"2024-01-16T17:53:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"72c031cd-d7e0-4349-a51b-fe2e6d05e527","html_url":"https://github.com/Kwanhooo/Anjone-WebOS","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Kwanhooo/Anjone-WebOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwanhooo%2FAnjone-WebOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwanhooo%2FAnjone-WebOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwanhooo%2FAnjone-WebOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwanhooo%2FAnjone-WebOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kwanhooo","download_url":"https://codeload.github.com/Kwanhooo/Anjone-WebOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kwanhooo%2FAnjone-WebOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ant-design","element-ui","less","nuxt","typescript","vuejs","webos"],"created_at":"2024-11-10T23:11:26.222Z","updated_at":"2026-04-05T22:37:15.689Z","avatar_url":"https://github.com/Kwanhooo.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 安居佑 ![visitors](https://visitor-badge.glitch.me/badge?page_id=Kwanhooo.Anjone-WebOS)\n\n### —— Anjone WebOS\n\n_本项目的开发工作起始于：2022 年 9 月 28 日 星期五_\n\n## 📔 自述\n\n\u003e 2022 © [安居佑 - 家庭数据中心](https://anjone.0xCAFEBABE.cn)\n\u003e\n\u003e Powered by [©Anjone Co.Ltd](https://github.com/Kwanhooo/Anjone-WebOS)\n\n## 💻 开发\n\n### 基本\n\n- Nuxt.js @2\n  - Vue.js @2\n  - Webpack\n  - Vuex\n  - Axios\n- Less\n- Ant Design Vue\n- ECharts\n\n### 代码规范化工具\n\n- ESLint\n- Prettier\n- Stylelint\n- Commitlint\n- Husky Git Hooks\n- Lint-staged\n- editorconfig\n\n### 其它开发依赖\n\n- lodash.clonedeep\n- spacejs (测量)\n- mockjs\n\n## 🦾 源码\n\n### 1. 安装依赖\n\n```npm\nnpm install\n```\n\n### 2. 启动服务\n\n```npm\nnpm run dev\n```\n\n### 3. 开发\n\n```npm\n# 注册 Husky Git 钩子\nnpm run prepare\n```\n\n```npm\n# 格式化代码\nnpm run lint\nnpm run lintfix\n```\n\n```shell\n# 提交代码\n\n# 1.添加暂存区\ngit add .\n\n# 2.提交代码\n  # `type`的允许值详见 commitlint.config.js\ngit commit -m \u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\n# 3.推送\ngit push\n```\n\n## 🔨 部署\n\n1. ### 开发环境 (env.development)\n\n- 主机：_vercel.com_\n- 访问方式：*https://anjone.0xCAFEBABE.cn*\n- 方式：透过**Vercel**部署；通过 Nginx 反向代理**Vercel**\n\n2. ### 生产环境 (env.prod)\n\n- 主机：Anjone 硬件 以及 云端\n- 访问方式：本地局域网内访问 或 云端访问\n- 方式：未知\n\n## 🏃 状态\n\n### 基本状态\n\n![GitHub](https://img.shields.io/github/license/Kwanhooo/Anjone-WebOS?style=for-the-badge)\n\n![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/Kwanhooo/Anjone-WebOS/vue?style=for-the-badge)\n\n![Website](https://img.shields.io/website?label=prod-services\u0026style=for-the-badge\u0026url=http%3A%2F%2F47.98.34.218:3000%2F)\n\n---\n\n### 开发状态\n\n![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/Kwanhooo/Anjone-WebOS/master?style=for-the-badge)\n\n![GitHub deployments](https://img.shields.io/github/deployments/Kwanhooo/Anjone-WebOS/Production?label=Dev-Env%20deploy\u0026style=for-the-badge)\n\n![GitHub branch checks state](https://img.shields.io/github/checks-status/Kwanhooo/Anjone-WebOS/main?label=master%20%E5%88%86%E6%94%AF%E6%A3%80%E6%9F%A5\u0026style=for-the-badge)\n\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Kwanhooo/Anjone-WebOS/main?style=for-the-badge)\n\n![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Kwanhooo/Anjone-WebOS?style=for-the-badge)\n\n![GitHub contributors](https://img.shields.io/github/contributors/Kwanhooo/Anjone-WebOS?style=for-the-badge)\n\n---\n\n### 仓库统计\n\n![GitHub language count](https://img.shields.io/github/languages/count/Kwanhooo/Anjone-WebOS?style=for-the-badge)\n\n![GitHub repo size](https://img.shields.io/github/repo-size/Kwanhooo/Anjone-WebOS?style=for-the-badge)\n\n![Lines of code](https://img.shields.io/tokei/lines/github/Kwanhooo/Anjone-WebOS?style=for-the-badge)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwanhooo%2Fanjone-webos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwanhooo%2Fanjone-webos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwanhooo%2Fanjone-webos/lists"}