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