{"id":13750127,"url":"https://myliang.github.io/fish-ui/","last_synced_at":"2025-05-09T15:31:37.005Z","repository":{"id":25699238,"uuid":"105371434","full_name":"myliang/fish-ui","owner":"myliang","description":"A Vue.js 2.0 UI Toolkit for Web","archived":false,"fork":false,"pushed_at":"2024-10-15T10:35:13.000Z","size":21026,"stargazers_count":907,"open_issues_count":22,"forks_count":88,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-04-11T21:48:32.780Z","etag":null,"topics":["component","javascript","ui","vue-components","vue2"],"latest_commit_sha":null,"homepage":"https://myliang.github.io/fish-ui/","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/myliang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-09-30T13:23:13.000Z","updated_at":"2025-03-02T12:17:29.000Z","dependencies_parsed_at":"2023-01-16T22:02:28.783Z","dependency_job_id":"fc7ae915-9d44-4f12-8682-64f14b487abe","html_url":"https://github.com/myliang/fish-ui","commit_stats":{"total_commits":542,"total_committers":11,"mean_commits":49.27272727272727,"dds":"0.027675276752767486","last_synced_commit":"109822cd382bdb34d5432bb40d348a2437e75cfe"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myliang%2Ffish-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myliang%2Ffish-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myliang%2Ffish-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myliang%2Ffish-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myliang","download_url":"https://codeload.github.com/myliang/fish-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253275605,"owners_count":21882334,"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":["component","javascript","ui","vue-components","vue2"],"created_at":"2024-08-03T08:00:22.147Z","updated_at":"2025-05-09T15:31:36.103Z","avatar_url":"https://github.com/myliang.png","language":"Vue","funding_links":[],"categories":["VueJS","Vue UI","UI Components"],"sub_categories":["Related community list","Vue"],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/myliang/fish-ui\"\u003e\n    \u003cimg width=\"250\" src=\"/static/logo.png?raw=true\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Fish-ui\n\n[![npm package](https://img.shields.io/npm/v/fish-ui.svg)](https://www.npmjs.org/package/fish-ui)\n[![NPM downloads](http://img.shields.io/npm/dm/fish-ui.svg)](https://npmjs.org/package/fish-ui)\n[![Join the chat at https://gitter.im/myliang/fish-ui](https://badges.gitter.im/myliang/fish-ui.svg)](https://gitter.im/myliang/fish-ui?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\u003e A Vue.js 2.0 UI Toolkit for Web.\n\n## Install\n```shell\nnpm install less less-loader -S\nnpm install fish-ui -S\n```\n\n## Quick Start\n\n### google font \u0026 font-awesome\n``` html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css\"/\u003e\n\u003clink rel=\"stylesheet\" href=\"https://fonts.proxy.ustclug.org/css?family=Lato:400,700,400italic,700italic\u0026subset=latin\"/\u003e\n```\n\n### Import all components\n``` javascript\nimport Vue from 'vue'\nimport FishUI from 'fish-ui'\n\nVue.use(FishUI)\n\n```\n\n### Manually import\n``` javascript\nimport 'fish-ui/styles/button.less'\nimport Button from 'fish-ui/src/components/Button.vue'\n\nVue.component(Button.name, Button)\n\n```\n\n\nAnd if you start with [vue-webpack-boilerplate](https://github.com/vuejs-templates/webpack) by vue-cli\n\n## Demo\n[https://myliang.github.io/fish-ui/](https://myliang.github.io/fish-ui/)\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n  \u003ca href=\"https://myliang.github.io/fish-ui/#/components/button\"\u003e\n    \u003cimg src=\"/static/button.png?raw=true\"\u003e\n  \u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n  \u003ca href=\"https://myliang.github.io/fish-ui/#/components/card\"\u003e\n    \u003cimg src=\"/static/card.png?raw=true\"\u003e\n  \u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n  \u003ca href=\"https://myliang.github.io/fish-ui/#/components/form\"\u003e\n    \u003cimg src=\"/static/form.png?raw=true\"\u003e\n  \u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd align=\"center\"\u003e\n  \u003ca href=\"https://myliang.github.io/fish-ui/#/components/tree-select\"\u003e\n    \u003cimg src=\"/static/treeselect.png?raw=true\"\u003e\n  \u003c/a\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n## Features\n- Equip with Vue.js, Moment, Vue-Router, ES6 \u0026 Babel 6\n- Cool with Webpack 2.0 \u0026 Vue Loader\n- Semantic CSS Components\n- Stylesheets in Less\n\n## Components\n  - BackTop\n  - Button\n  - Buttons\n  - Calendar\n  - Card\n  - Carousel\n  - CarouselItem\n  - Cascader\n  - Checkbox\n  - Checkboxes\n  - Col\n  - DatePicker\n  - Dropdown\n  - Field\n  - Fields\n  - Form\n  - Input\n  - InputNumber\n  - Layout\n  - Menu\n  - Message\n  - Modal\n  - Option\n  - Pagination\n  - Radio\n  - Radios\n  - Row\n  - Select\n  - Steps\n  - Step\n  - Submenu\n  - Table\n  - TabPane\n  - Tabs\n  - Tag\n  - Tags\n  - TimePicker\n  - Upload\n  - Tree\n  - Tree Select\n  - Transfer\n  - Divider\n  - Image\n  - Timeline\n\n\n## Browser Support\nModern browsers and Internet Explorer 9+(no test).\n\n## Thanks to\n- [semantic-ui](http://semantic-ui.com/)\n\n## LICENSE\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/myliang.github.io%2Ffish-ui%2F","html_url":"https://awesome.ecosyste.ms/projects/myliang.github.io%2Ffish-ui%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/myliang.github.io%2Ffish-ui%2F/lists"}