

GitHub - codomatech/laconic-ui: a frontend framework for busy developers
source link: https://github.com/codomatech/laconic-ui
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

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 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.
Install
npm i @codomatech/laconic-ui
browser
<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>
Documentation
Check our API document and Examples.
Examples
laconic
is usable as npm package as well as a plain old browser <script/>
.
Check out the examples directory.
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 by Codoma.tech.
Recommend
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK