An open API service indexing awesome lists of open source software.

https://github.com/codomatech/laconic-ui

a frontend framework for busy developers
https://github.com/codomatech/laconic-ui

javascript-framework low-code rapid-development ui ui-design

Last synced: 19 days ago
JSON representation

a frontend framework for busy developers

Awesome Lists containing this project

README

        

# `laconic`: a frontend framework for busy developers

`laconic` is a low-code UI framework to create apps's interface fast.

**Top features:**
**declarative definition** of your UI with **minimal boilerplate** and **best-of-breed tech** fully hidden under the hood.
Check out our [live demo](https://codepen.io/codomatech/full/LYOjdRb) and/or edit it [on codepen](https://codepen.io/codomatech/pen/LYOjdRb).

**The framework is still evolving**. Please help us grow it to a stable release
with your feature requests and bug reports. Please use the [issues](issues) for
this.

## Install

### npm

```shell
npm i @codomatech/laconic-ui
```

### browser

```html

```

## Documentation

Check our [API document](API.md) and Examples.

## Examples

`laconic` is usable as npm package as well as a plain old browser ``.
Check out the [examples directory](examples).

## Philosophy

- **No markup**: define your ui completely in your script. Zero html needed.
- **Minimal boilerplate**: define your app as an object of screens, beyond that
it is 100% your app's logic. Zero ui plumbing needed.
- **High-Level**: `laconic` uses amazing libraries under the hood to make your UI work:
`vue`, `vue-router`, `vuetify`, `eev`. However, you won't need to know any details about the workings of these libraries.
- **Minimal Theming**: `laconic` won't impose a specific theme on your app, you can
customize the look and feel using CSS.
- **Usable**: use it by a plain old browser script or within a complex npm workflow.

---
`laconic-ui` is a work of :heart: by [Codoma.tech](https://www.codoma.tech/).