{"id":22490454,"url":"https://github.com/BootGen/VueStart","last_synced_at":"2025-08-02T22:33:05.599Z","repository":{"id":38011519,"uuid":"399365003","full_name":"BootGen/VueStart","owner":"BootGen","description":"Turn any JSON into Vue 3 tables!","archived":true,"fork":false,"pushed_at":"2022-07-11T09:02:12.000Z","size":2976,"stargazers_count":49,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-06T08:26:51.274Z","etag":null,"topics":["aspnetcore","bootstrap5","dotnet6","generator","tailwind","vue3"],"latest_commit_sha":null,"homepage":"https://vuestart.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BootGen.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}},"created_at":"2021-08-24T06:52:28.000Z","updated_at":"2023-07-28T01:18:55.000Z","dependencies_parsed_at":"2022-08-20T09:22:06.718Z","dependency_job_id":null,"html_url":"https://github.com/BootGen/VueStart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootGen%2FVueStart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootGen%2FVueStart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootGen%2FVueStart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BootGen%2FVueStart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BootGen","download_url":"https://codeload.github.com/BootGen/VueStart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228501208,"owners_count":17930214,"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":["aspnetcore","bootstrap5","dotnet6","generator","tailwind","vue3"],"created_at":"2024-12-06T17:22:13.070Z","updated_at":"2024-12-06T17:25:04.647Z","avatar_url":"https://github.com/BootGen.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/BootGen/VueStart/master/ClientApp/src/assets/vuecoon_default.webp\" width=\"128px\" height=\"120px\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Vue Start\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  Turn any JSON into Vue 3 tables!\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca style=\"text-decoration:none\" href=\"https://github.com/BootGen/VueStart/actions\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/BootGen/VueStart/actions/workflows/dotnet.yml/badge.svg?branch=master\" alt=\"Deploy\" /\u003e\n  \u003c/a\u003e\n  \u003ca style=\"text-decoration:none\" href=\"https://github.com/BootGen/VueStart/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/BootGen/VueStart\" alt=\"Licence\" /\u003e\n  \u003c/a\u003e\n  \u003ca style=\"text-decoration:none\" href=\"https://vuestart.com\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Website-vuestart.com-blue\" alt=\"Website\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nCreate well coded Vue 3 tables with Bootstrap, Tailwind CSS or vanilla CSS. Try it online at [vuestart.com](https://vuestart.com)!\n\n**Turn this:**\n```js\n{\n  \"customers\": [\n    {\n      \"name\": \"Microsoft Corporation\",\n      \"registrationTime\": \"2010-05-23T12:00\",\n      \"orders\": [\n        {\n          \"date\": \"2010-05-23T12:00\",\n          \"product\": \"printer paper\",\n          \"quantity\": 13\n        },\n        {\n          \"date\": \"2010-06-23T12:00\",\n          \"product\": \"printer paper\",\n          \"quantity\": 24\n        }\n      ]\n    },\n    {\n      \"name\": \"Google LLC\",\n      \"registrationTime\": \"2010-07-29T12:00\",\n      \"orders\": [\n        {\n          \"date\": \"2010-07-29T12:00\",\n          \"product\": \"ink cartridge\",\n          \"quantity\": 3\n        }\n      ]\n    }\n  ]\n}\n```\n**Into this:**\n\n\u003cimg src=\"vs_demo.webp\" width=\"800px\" height=\"301px\"  align=\"center\" \u003e\n\n### Features\n\n - Pagination\n - Sortable columns\n - Navigation for nested data structures\n - Easily theme-able\n\n\n## Licencing\nPlease note that the licencing of the Vue Start project and the licencing of the code generated by the Vue Start project is different.\n\n### Generated Code\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/PD-icon-black.svg/196px-PD-icon-black.svg.png\" width=\"51px\" height=\"51px\"  align=\"right\" \u003e\n\nThe code generated by the Vue Start project is [unlicenced](https://unlicense.org). This means that you may use the generated code without restrictions in any project under any open source or comercial licence. \n\n### Vue Start\n\n\u003cimg src=\"https://www.gnu.org/graphics/agplv3-155x51.png\" width=\"155px\" height=\"51px\"  align=\"right\" \u003e\n\nThe Vue Start project itself is available under the [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html). If you would like to get a comercial licence, please send an e-mail to [gabor.angyal@codesharp.hu](mailto://gabor.angyal@codesharp.hu).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBootGen%2FVueStart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBootGen%2FVueStart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBootGen%2FVueStart/lists"}