{"id":15177363,"url":"https://github.com/wearegenki/ui","last_synced_at":"2025-10-01T16:31:16.797Z","repository":{"id":57169344,"uuid":"100213702","full_name":"WeAreGenki/ui","owner":"WeAreGenki","description":"A friendly UI framework which aims to be straightforward, intuitive, and high performance.","archived":true,"fork":false,"pushed_at":"2018-05-17T23:30:25.000Z","size":3418,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T00:42:14.258Z","etag":null,"topics":["css","css-grid","design-system","marko","postcss","vue","wearegenki"],"latest_commit_sha":null,"homepage":"https://ui.wearegenki.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WeAreGenki.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-14T00:42:50.000Z","updated_at":"2023-01-28T20:41:22.000Z","dependencies_parsed_at":"2022-09-04T11:01:40.678Z","dependency_job_id":null,"html_url":"https://github.com/WeAreGenki/ui","commit_stats":null,"previous_names":["wearegenki/wag-ui"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeAreGenki%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeAreGenki%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeAreGenki%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeAreGenki%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WeAreGenki","download_url":"https://codeload.github.com/WeAreGenki/ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234882636,"owners_count":18901301,"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":["css","css-grid","design-system","marko","postcss","vue","wearegenki"],"created_at":"2024-09-27T14:21:34.575Z","updated_at":"2025-10-01T16:31:16.300Z","avatar_url":"https://github.com/WeAreGenki.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable first-line-h1 --\u003e\n\n**IMPORTANT: This project has been deprecated, please use [`minna-ui`](https://github.com/WeAreGenki/minna-ui), a new UI framework which is based on the next-gen version of `@wearegenki/ui`. It follows our decision at We Are Genki to transition our projects from [Vue](https://vuejs.org) to [Svelte](https://svelte.technology).**\n\n-----\n\n[![Build status](https://img.shields.io/travis/WeAreGenki/ui.svg)](https://travis-ci.org/WeAreGenki/ui)\n[![Coverage status](https://img.shields.io/codecov/c/github/WeAreGenki/ui.svg)](https://codecov.io/gh/WeAreGenki/ui)\n[![NPM version](https://img.shields.io/npm/v/@wearegenki/ui.svg)](https://www.npmjs.com/package/@wearegenki/ui)\n[![NPM version beta](https://img.shields.io/npm/v/@wearegenki/ui/beta.svg)](https://www.npmjs.com/package/@wearegenki/ui)\n[![Licence](https://img.shields.io/npm/l/@wearegenki/ui.svg)](https://github.com/WeAreGenki/ui/blob/master/LICENCE)\n\n# @wearegenki/ui\n\nA friendly UI framework which aims to be straightforward, intuitive, and high performance. Uses modern and futuristic tools and approach. Intended to be used in Vue projects or as standalone CSS.\n\n_NOTE: This is currently a work in progress and is not recommended for production applications... unless you love living on the bleeding edge!_\n\n## Overview\n\nThe framework is designed around the types of projects we do at [We Are Genki](https://wearegenki.com) — ecommerce, microsites, and next-gen web apps — but are flexible enough for any web design use.\n\nFeatures:\n\n* semi-flat design\n* microinteractions\n* high performance\n* [universal design](https://en.wikipedia.org/wiki/Universal_design) as a core concept\n\nTechnologies:\n\n* CSS Grid Layout\n* [PostCSS](http://postcss.org)\n* [Vue](https://vuejs.org/) components\n\n## Documentation\n\nTo see [live examples](https://ui.wearegenki.com/examples) and the docs, visit [ui.wearegenki.com](https://ui.wearegenki.com).\n\n### Quick start\n\n#### 1. Install dependencies\n\nChoose one of the following:\n\n```bash\n# everything (not recommended but convenient for quick prototyping)\nyarn install \"@wearegenki/ui\" vue vue-router vuex \\\n  \u0026\u0026 yarn install -D postcss eslint stylelint jest puppeteer vue-server-renderer vue-template-compiler\n\n# development configuration files only\nyarn install -D \"@wearegenki/dev\" \"@wearegenki/test\" eslint stylelint jest puppeteer\n\n# CSS + compilation only\nyarn install \"@wearegenki/css\" \\\n  \u0026\u0026 yarn install -D \"@wearegenki/postcss-config\" postcss\n\n# all Vue.js packages (includes CSS)\nyarn install \"@wearegenki/ui-vue\" vue vue-router vuex \\\n  \u0026\u0026 yarn install -D \"@wearegenki/ui\" \"@wearegenki/test-vue\" postcss eslint stylelint jest vue-server-renderer vue-template-compiler\n```\n\n#### 2. Copy config boilerplate\n\n```bash\n# get latest copy of the repository\ngit clone --depth 1 https://github.com/WeAreGenki/ui.git \u003cTEMPORARY_LOCATION\u003e\n\n# copy configuration files\ncp -r \u003cTEMPORARY_LOCATION\u003e/docs/examples/boilerplate-configs/. \u003cYOUR_PROJECT_LOCATION\u003e\n```\n\nSee [config boilerplate readme](https://github.com/WeAreGenki/ui/blob/master/docs/examples/boilerplate-configs/README.md) for more tips.\n\n## Browser compatibility\n\nBecause this framework uses [CSS Grid Layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) it's limited to [browsers that support it](http://caniuse.com/#feat=css-grid), which currently include:\n\n* Chrome for Android 61\n* Android browser 56\n* iOS Safari 10.3\n* Chrome 57\n* Firefox 52\n* Safari 10.1\n* Edge 16\n* Opera 46\n\n_NOTE: Older browser compatibility via progressive fallback is planned and will be added in the near future._\n\n## Known issues\n\nBuilds are designed to run on *nix systems and may fail on Windows machines.\n\n## Changelog\n\nSee [CHANGELOG.md](https://github.com/WeAreGenki/ui/blob/master/CHANGELOG.md).\n\n## Licence\n\n`@wearegenki/ui` is an Apache-2.0 licensed open source project. See [LICENCE](https://github.com/WeAreGenki/ui/blob/master/LICENCE).\n\n-----\n\n© 2018 [We Are Genki](https://wearegenki.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearegenki%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwearegenki%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearegenki%2Fui/lists"}