{"id":21857181,"url":"https://github.com/upfluence/oss-components","last_synced_at":"2025-04-14T18:31:19.572Z","repository":{"id":37819584,"uuid":"81727774","full_name":"upfluence/oss-components","owner":"upfluence","description":"Ember.js implementation of the Upfluence Component Library \u0026 Design System.","archived":false,"fork":false,"pushed_at":"2025-04-11T08:50:20.000Z","size":77726,"stargazers_count":7,"open_issues_count":7,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-11T10:52:38.822Z","etag":null,"topics":["component-library","design-system","ember-addon","ember-cli","emberjs","framework","ui-components"],"latest_commit_sha":null,"homepage":"http://storybook.upfluence.co/","language":"TypeScript","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/upfluence.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-02-12T13:28:48.000Z","updated_at":"2025-04-08T09:01:40.000Z","dependencies_parsed_at":"2024-04-15T10:48:19.488Z","dependency_job_id":"389ccc78-af70-4543-9ac9-43f5d10065fa","html_url":"https://github.com/upfluence/oss-components","commit_stats":null,"previous_names":[],"tags_count":427,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upfluence%2Foss-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upfluence%2Foss-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upfluence%2Foss-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upfluence%2Foss-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upfluence","download_url":"https://codeload.github.com/upfluence/oss-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248936613,"owners_count":21186063,"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-library","design-system","ember-addon","ember-cli","emberjs","framework","ui-components"],"created_at":"2024-11-28T02:25:57.263Z","updated_at":"2025-04-14T18:31:19.548Z","avatar_url":"https://github.com/upfluence.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Upfluence OSS Components\n\nThis project hosts a bunch of branded (following the OSS framework)\ncomponents for usage in our projects.\n\n[Short description of the addon.]\n\n\nCompatibility\n------------------------------------------------------------------------------\n\n* Ember.js v3.24 or above\n* Ember CLI v3.24 or above\n* Node.js v12 or above\n\n\nInstallation\n------------------------------------------------------------------------------\n\nAs any NPM package, you can install it via:\n `npm install --save upfluence-oss-components`\n\n## Running / Development\n\nThis addon's dummy app is actually a showcase of the frontend framework\nand its custom components.\n\nIt's an Ember app, so we assume you have all set up as that's our\nfrontend stack anyway.\n\n* `ember server`\n* Visit your app at [http://localhost:4200](http://localhost:4200).\n\n## Adding it to a project\n\nHere are the steps to add OSS-Components to an Ember project:\n\n* Install via `npm install --save upfluence-oss-components`\n* Install the Bower package containing all the needed CSS with `bower\n  install --save upfluence-oss`\n* In your `ember-cli-build.js` file, add the following lines for enabling Asset Map file generation, and importing the Upfluence OSS framework:\n\n```\n// In the \"fingerprint\" configuration\nfingerprint: {\n  generateAssetMap: true,\n  ...\n}\n\n// In the \"lessOptions\" configuration\nlessOptions: {\n  paths: [\n    ...,\n    'bower_components/upfluence-oss/less',\n    ...\n  ]\n}\n```\n* Enable the `ember-cli-ifa`, in the `config/environment.js` file\n\n```\nmodule.exports = function(environment) {\n  var ENV = {\n    ...,\n    ifa: {\n      enabled: true\n    },\n    ...\n  };\n\n  return ENV;\n};\n```\n\n* And finally, import the OSS framework in your `app/styles/app.less` file\n\n```\n@import 'bootstrap';\n@import 'upfluence-oss';\n@import 'upf-utils';\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupfluence%2Foss-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupfluence%2Foss-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupfluence%2Foss-components/lists"}