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 and/or edit it on codepen.
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 for this.
npm i @codomatech/laconic-ui
<script src="https://cdn.jsdelivr.net/npm/@codomatech/laconic-ui/dist/deps/laconic-ui.deps.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@codomatech/laconic-ui/dist/laconic-ui.browser.js"></script>
Check our API document and Examples.
laconic
is usable as npm package as well as a plain old browser <script/>
.
Check out the examples directory.
- 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 ❤️ by Codoma.tech.