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
- Host: GitHub
- URL: https://github.com/codomatech/laconic-ui
- Owner: codomatech
- License: mit
- Created: 2019-02-06T20:37:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T08:01:54.000Z (over 2 years ago)
- Last Synced: 2025-04-06T17:50:39.108Z (24 days ago)
- Topics: javascript-framework, low-code, rapid-development, ui, ui-design
- Language: JavaScript
- Homepage:
- Size: 841 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).