Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BootGen/VueStart
Turn any JSON into Vue 3 tables!
https://github.com/BootGen/VueStart
aspnetcore bootstrap5 dotnet6 generator tailwind vue3
Last synced: about 2 months ago
JSON representation
Turn any JSON into Vue 3 tables!
- Host: GitHub
- URL: https://github.com/BootGen/VueStart
- Owner: BootGen
- License: agpl-3.0
- Archived: true
- Created: 2021-08-24T06:52:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T09:02:12.000Z (over 2 years ago)
- Last Synced: 2024-11-06T08:26:51.274Z (3 months ago)
- Topics: aspnetcore, bootstrap5, dotnet6, generator, tailwind, vue3
- Language: Vue
- Homepage: https://vuestart.com
- Size: 2.84 MB
- Stars: 49
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vue Start
Turn any JSON into Vue 3 tables!
## Introduction
Create well coded Vue 3 tables with Bootstrap, Tailwind CSS or vanilla CSS. Try it online at [vuestart.com](https://vuestart.com)!
**Turn this:**
```js
{
"customers": [
{
"name": "Microsoft Corporation",
"registrationTime": "2010-05-23T12:00",
"orders": [
{
"date": "2010-05-23T12:00",
"product": "printer paper",
"quantity": 13
},
{
"date": "2010-06-23T12:00",
"product": "printer paper",
"quantity": 24
}
]
},
{
"name": "Google LLC",
"registrationTime": "2010-07-29T12:00",
"orders": [
{
"date": "2010-07-29T12:00",
"product": "ink cartridge",
"quantity": 3
}
]
}
]
}
```
**Into this:**### Features
- Pagination
- Sortable columns
- Navigation for nested data structures
- Easily theme-able## Licencing
Please note that the licencing of the Vue Start project and the licencing of the code generated by the Vue Start project is different.### Generated Code
The 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.
### Vue Start
The 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 [[email protected]](mailto://[email protected]).