Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

History

History
21 lines (17 loc) 路 816 Bytes

README.md

File metadata and controls

21 lines (17 loc) 路 816 Bytes

馃憢 LMTH

Say good-byte to HTML, a document markup which is not for applications.

馃殌 Motivation

These days, we usually use HTML to compose our Web applications. As you know, HTML is a document markup language. I am considering that the usage is incorrect for HTML's semantics. Most of Web applications are not document already; it is no longer suitable to use HTML as their language.

This project, LMTH, proposes you to throw HTML away from your application. You can write applications which work on Web browser, without thinking about the markup. Only you need to consider is how to layout UI components now.

馃摝 Installation

pnpm install git+https://github.com/siketyan/lmth.git

馃搫 Licence

This program is licenced under the MIT Licence. For details, refer LICENCE.md .