esbuild-plugin-alins
v0.0.36
Published
All-in-js Web UI Framework, No jsx/template/vdom/css/html
Downloads
20
Maintainers
Readme
🚀 Alins: The most pure and elegant WebUI framework
中文 | Documentation | Playground | Update Log | Feedback Errors/Defects | Gitee | Message Board
esbuild-plugin-alins
import { build } from 'esbuild'
import alins from 'esbuild-plugin-alins'
build({
plugins: [alins()],
});
Note: Alins will compile files named with jsx
and tsx
suffixes by default.