{"id":22439866,"url":"https://github.com/botshen/xinui","last_synced_at":"2025-03-27T09:26:33.799Z","repository":{"id":47631564,"uuid":"398321233","full_name":"botshen/xinUI","owner":"botshen","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-23T14:37:59.000Z","size":332,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T03:44:09.983Z","etag":null,"topics":[],"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/botshen.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}},"created_at":"2021-08-20T15:29:18.000Z","updated_at":"2021-08-23T14:38:03.000Z","dependencies_parsed_at":"2022-09-26T19:40:35.318Z","dependency_job_id":null,"html_url":"https://github.com/botshen/xinUI","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/botshen%2FxinUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botshen%2FxinUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botshen%2FxinUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botshen%2FxinUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botshen","download_url":"https://codeload.github.com/botshen/xinUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245816287,"owners_count":20677077,"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":[],"created_at":"2024-12-06T01:16:10.694Z","updated_at":"2025-03-27T09:26:33.762Z","avatar_url":"https://github.com/botshen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 鑫 UI - 一个 Vue UI 组件\n\n[![Build Status](https://app.travis-ci.com/botshen/xinUI.svg?branch=master)](https://app.travis-ci.com/botshen/xinUI)\n\n## 介绍\n\n这是我在学习 Vue 过程中做的一个 UI 框架，希望对你有用。\n\n## 开始使用\n\n1. 添加 CSS 样式\n   使用本框架前，请在 CSS 中开启 border-box\n\n  ```\n  *,*::before,*::after{box-sizing: border-box;}\n  ```\nIE 8 及以上浏览器都支持此样式。\n\n你还需要设置默认颜色等变量（后续会改为 SCSS 变量）\n  ```\n  html {\n    --button-height: 32px;\n    --font-size: 14px;\n    --button-bg: white;\n    --button-active-bg: #eee;\n    --border-radius: 4px;\n    --color: #333;\n    --border-color: #999;\n    --border-color-hover: #666;\n  }\n  ```\nIE 15 及以上浏览器都支持此样式。\n\n2. 安装 gulu\n  ```\n  npm i --save frank-test-1-1\n  ```\n3. 引入 gulu\n  ```\n  import {Button, ButtonGroup, Icon} from 'frank-test-1-1'\n  import 'frank-test-1-1/dist/index.css'\n\n  export default {\n    name: 'app',\n    components: {\n      'g-button': Button,\n      'g-icon': Icon\n    }\n  }\n  ```\n\n\n## 文档\n\n## 提问\n\n## 变更记录\n\n## 联系方式\n\n## 贡献代码","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotshen%2Fxinui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotshen%2Fxinui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotshen%2Fxinui/lists"}