{"id":24064192,"url":"https://github.com/endurancecode/endurancetrio-web-components","last_synced_at":"2026-04-19T19:33:34.307Z","repository":{"id":43349053,"uuid":"422854676","full_name":"EnduranceCode/endurancetrio-web-components","owner":"EnduranceCode","description":"Set of web components to be used with the EnduranceTrio applications system","archived":false,"fork":false,"pushed_at":"2024-06-08T01:29:58.000Z","size":2770,"stargazers_count":0,"open_issues_count":12,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T18:03:57.547Z","etag":null,"topics":["eslint","javascript","lit","lit-element","lit-html","webcomponents","webpack"],"latest_commit_sha":null,"homepage":"","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/EnduranceCode.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}},"created_at":"2021-10-30T10:52:04.000Z","updated_at":"2025-01-06T20:10:58.000Z","dependencies_parsed_at":"2024-04-15T00:29:52.947Z","dependency_job_id":"a38618be-e78e-4a9a-96e0-cf6027201121","html_url":"https://github.com/EnduranceCode/endurancetrio-web-components","commit_stats":null,"previous_names":["endurancecode/endurancetrio-web-components"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EnduranceCode/endurancetrio-web-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-web-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-web-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-web-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-web-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnduranceCode","download_url":"https://codeload.github.com/EnduranceCode/endurancetrio-web-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnduranceCode%2Fendurancetrio-web-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","javascript","lit","lit-element","lit-html","webcomponents","webpack"],"created_at":"2025-01-09T10:07:45.651Z","updated_at":"2026-04-19T19:33:34.289Z","avatar_url":"https://github.com/EnduranceCode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EnduranceTrio Web Components\n\n**Set of *Web Components*, built with *LitElement*, aimed for the EnduranceTrio applications system.**\n\n## Table Of Contents\n\n1. [Introduction](#introduction)\n2. [Development](#development)\n    1. [Technologies](#technologies)\n    2. [Installation](#installation)\n3. [License](#license)\n\n## Introduction\n\n**EnduranceTrio  Web Components** is a set of [Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components), built with [LitElement](https://lit.dev/), aimed for the EnduranceTrio applications system.\n\n## Development\n\nFor the development of **EnduranceTrio Web Components**, [Webpack](https://webpack.js.org/) is used and therefore [node](https://nodejs.org/) (and [npm](https://www.npmjs.com/)) must be installed in the development machine.\n\n### Technologies\n\n#### Tools\n\n**EnduranceTrio Web Components** uses the following [npm](https://www.npmjs.com/) packages for its development:\n\n+ [css-loader](https://www.npmjs.com/package/css-loader);\n+ [dotenv](https://www.npmjs.com/package/dotenv);\n+ [eslint](https://www.npmjs.com/package/eslint);\n+ [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier);\n+ [eslint-plugin-prettier](https://www.npmjs.com/package/eslint-plugin-prettier);\n+ [eslint-plugin-wc](https://www.npmjs.com/package/eslint-plugin-wc);\n+ [html-webpack-plugin](https://www.npmjs.com/package/html-webpack-plugin);\n+ [prettier](https://www.npmjs.com/package/prettier);\n+ [sass](https://www.npmjs.com/package/sass);\n+ [sass-loader](https://www.npmjs.com/package/sass-loader);\n+ [webpack](https://www.npmjs.com/package/webpack);\n+ [webpack-cli](https://www.npmjs.com/package/webpack-cli);\n+ [webpack-dev-server](https://www.npmjs.com/package/webpack-dev-server).\n\n#### Build\n\n**EnduranceTrio Web Components** is built with [LitElement](https://lit.dev/). The styling of the its components is based on [Bulma](https://bulma.io/) and the used icon library is [Material Design Icons](https://pictogrammers.com/library/mdi/). [Bulma](https://bulma.io/) is also used for the styling of **EnduranceTrio Web Components** sample page. Therefore, the following [npm](https://www.npmjs.com/) packages are used to build **EnduranceTrio Web Components**:\n\n+ [lit](https://www.npmjs.com/package/lit);\n+ [bulma](https://www.npmjs.com/package/bulma);\n+ [@mdi/js](https://www.npmjs.com/package/@mdi/js);\n+ [jsPDF](https://www.npmjs.com/package/jspdf);\n+ [jsPDF-AutoTable](https://www.npmjs.com/package/jspdf-autotable).\n\n### Installation\n\nTo start developing **EnduranceTrio  Web Components**, clone this repository and install the required [npm](https://www.npmjs.com/) packages with the following command:\n\n    git clone git@github.com:EnduranceCode/endurancetrio-web-components.git\n    cd endurancetrio-web-components\n    npm install\n\nTo setup the environment variables file, copy the file [`.env.template`](.env.template) as `.env.development`and then define the variables values for the ***development*** environment. Repeat the process for the ***production*** environment, naming the correspondent environmnet variables file as `.env.production`.\n\n## License\n\n**EnduranceTrio Web Components** is licensed under the terms of [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendurancecode%2Fendurancetrio-web-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendurancecode%2Fendurancetrio-web-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendurancecode%2Fendurancetrio-web-components/lists"}