alins-compiler-core
v0.0.36
Published
All-in-js Web UI Framework, No jsx/template/vdom/css/html
Downloads
16
Maintainers
Readme
🚀 Alins: The most pure and elegant WebUI framework
中文 | Documentation | Playground | Update Log | Feedback Errors/Defects | Gitee | Message Board
alins-compiler-core
Compiler core module, basically developers do not need to use this module.
This module can generate a universal babel plug-in that supports use in web and nodejs environments. The alins-compiler-node above and the web compiler in subsequent chapters all rely on this module.
import {createBabelPluginAlins} from 'alins-compiler-core';
const babelPlugin = createBabelPluginAlins();