vue-kompo
Version:
Laravel Vue components for Rapid Application Development
45 lines (32 loc) • 1.67 kB
Markdown
<p align="center">
<a href="https://kompo.io" target="_blank">
<img src="https://kompo.io/img/kompo-logo.svg" width="151" height="30" alt="Kompo-logo" />
</a>
</p>
<h6 align="center">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/kompo/kompo.svg">
<img src="https://img.shields.io/npm/dt/vue-kompo.svg?style=flat-square" alt="Downloads" />
<img src="https://img.shields.io/npm/v/vue-kompo.svg?style=flat-square" alt="Version" />
<img src="https://img.shields.io/npm/l/vue-kompo.svg?style=flat-square" alt="License" />
</h6>
<h3 align="center">
<a href="https://kompo.io" target="_blank">kompo.io</a>
•
<a href="https://kompo.io/docs" target="_blank">Documentation</a>
•
<a href="https://kompo.io/examples" target="_blank">Demos</a>
•
<a href="https://twitter.com/kompophp" target="_blank">Twitter</a>
</h3>
# kompo/kompo
This package is the Frontend for `kompo/kompo`, a library of Fullstack Komponents to write forms, queries and menus in a matter of seconds.
It is built on top of Laravel and Vue.js.
> For the most up-to-date information, demos and complete detailed documentation on how to use this package: <a href="https://kompo.io">kompo.io</a>
## REQUIREMENTS
`Laravel 5.6+` (including Laravel 6 and 7). Optionally, `Node.js` & `npm` & `Vue.js 2.0+`.
## DOCUMENTATION
<a href="https://kompo.io/docs" target="_blank">Documentation</a>
## ELEMENTS API
<a href="https://kompo.io/api" target="_blank">API</a>
## DEMOS
<a href="https://kompo.io/examples" target="_blank">Examples</a>