{"id":13930231,"url":"https://github.com/scenaristeur/ess-table","last_synced_at":"2026-08-15T06:01:49.991Z","repository":{"id":42671913,"uuid":"327253444","full_name":"scenaristeur/ess-table","owner":"scenaristeur","description":"Ess ( Economie Sociale \u0026 Solidaire) + Solid + Airtable : Airtable like webapp based on Solid Specifications for Social \u0026 Solidarity Economy. ess-table can link table data from many Ess organization","archived":false,"fork":false,"pushed_at":"2023-03-05T18:50:53.000Z","size":26061,"stargazers_count":1,"open_issues_count":13,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-26T19:36:51.754Z","etag":null,"topics":["ess","solid","vuejs"],"latest_commit_sha":null,"homepage":"https://scenaristeur.github.io/ess-table/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scenaristeur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-06T08:51:45.000Z","updated_at":"2021-08-04T10:58:15.000Z","dependencies_parsed_at":"2024-02-07T14:59:24.168Z","dependency_job_id":"e70869ad-8216-449b-bb07-bdba15b15057","html_url":"https://github.com/scenaristeur/ess-table","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"scenaristeur/portfolio","purl":"pkg:github/scenaristeur/ess-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scenaristeur%2Fess-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scenaristeur%2Fess-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scenaristeur%2Fess-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scenaristeur%2Fess-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scenaristeur","download_url":"https://codeload.github.com/scenaristeur/ess-table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scenaristeur%2Fess-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36675330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"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":["ess","solid","vuejs"],"created_at":"2024-08-07T18:05:20.847Z","updated_at":"2026-08-15T06:01:49.969Z","avatar_url":"https://github.com/scenaristeur.png","language":"Vue","funding_links":[],"categories":["vuejs"],"sub_categories":[],"readme":"# Porfolio WebApp\n- all data are stored on solid user's POD : https://github.com/solid/solid-spec/\n- template : https://scenaristeur.github.io/portfolio/\n- source code : https://github.com/scenaristeur/ess-table\n\n# install  @vue/cli@latest\n```\nnpm install -g @vue/cli@latest\n```\n\n# ess-table\n\n- https://fr.vuejs.org/v2/examples/tree-view.html\n- https://bootstrap-vue.org/docs/components/table\n- markdown https://fr.vuejs.org/v2/examples/index.html\n- https://fr.vuejs.org/v2/examples/commits.html\n- medium like p editable https://stackoverflow.com/questions/53899676/vue-2-contenteditable-with-v-model\n\n# data europe sparql\nhttps://data.europa.eu/euodp/fr/sparql\n\n## Project setup / Cloner le projet\n```\ngit clone https://github.com/scenaristeur/ess-table.git\ncd portfolio\nnpm install\n```\n\n### Compiles and hot-reloads for development\n```\nnpm run serve\n```\n\n### Compiles and minifies for production\n```\nnpm run build\n```\n\n### Build and publish on gh-pages\nremove /dist in .gitignore\nfirst commit :\n\n```\nnpm run build\ngit add dist -f \u0026\u0026 git commit -m \"Initial dist subtree commit\"\n```\n```\nnpm run git -- \"modif\"\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\n\n### pwa cache\n\nhttps://developer.mozilla.org/fr/docs/Web/API/Service_Worker_API/Using_Service_Workers\n\nhttps://medium.com/@stephen.trevor.wong/3-steps-to-add-pwa-to-vue-js-in-2020-9f9daa56f9\nhttps://auth0.com/blog/vuejs-kanban-board-adding-progressive-web-app-features/\nhttps://medium.com/js-dojo/vuejs-pwa-cache-busting-8d09edd22a31\nhttps://www.julienpradet.fr/fiches-techniques/pwa-intercepter-les-requetes-http-et-les-mettre-en-cache/\n\nhttps://jakearchibald.com/2014/offline-cookbook/\nhttps://www.udacity.com/course/offline-web-applications--ud899\n\nhttps://serviceworke.rs/caching-strategies.html\n\n- test service-worker.js in development\nhttps://medium.com/@stephen.trevor.wong/3-steps-to-add-pwa-to-vue-js-in-2020-9f9daa56f9\nmodify vue.config.js\n```\nconst publicPath= \"./\"\n```\n\n\n```\nnpm run build \u0026\u0026 cd dist \u0026\u0026 npx http-server \u0026\u0026 cd ..\n```\n\n### Inrup Solid Server\nhttps://broker.pod.inrupt.com/\n\n### semapps\nhttps://data-techcico.semapps.org/organizations/\nhttps://colibris.social/actors\n\n### npm outdated\n`\nsmag@think:~/dev/ess-table$ npm outdated\nPackage            Current  Wanted  Latest  Location                        Depended by\nbootstrap            4.6.0   4.6.0   5.0.2  node_modules/bootstrap          ess-table\nbootswatch           4.6.0   4.6.0   5.0.2  node_modules/bootswatch         ess-table\neslint               6.8.0   6.8.0  7.32.0  node_modules/eslint             ess-table\neslint-plugin-vue    6.2.2   6.2.2  7.15.1  node_modules/eslint-plugin-vue  ess-table\nsolid-file-client    1.2.5   1.2.5   2.1.0  node_modules/solid-file-client  ess-table\n`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscenaristeur%2Fess-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscenaristeur%2Fess-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscenaristeur%2Fess-table/lists"}