kabanery-lumine is a front-end framework (v0.0.70) that provides a DSL for view definition with automatic data-view binding, a signal system for state management and request handling, common UI views, a theme system, and skeleton tools. It is designed for small to medium projects seeking a cohesive, declarative approach with minimal boilerplate. The package includes a CLI tool (lumine-skelton) for scaffolding. Development appears slow with infrequent releases; the last update was around 2017.
npm install kabanery-lumineNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows CLI skeleton generation and a minimal DSL view with signal binding.
Consider using an actively maintained framework like React, Vue, or Svelte.
Use import syntax or check package.json for type: module.
Refer to the Chinese README or the doc site http://lovekino.github.io/project/kabanery-lumine/index.html
Run `npm install kabanery-lumine --save` in your project directory.
Verify the exported API by inspecting the module: `import kabaneryLumine from 'kabanery-lumine'; console.log(Object.keys(kabaneryLumine));`
Use npx: `npx kabanery-lumine lumine-skelton` or run from node_modules/.bin/lumine-skelton.