kabanery-lumine

0.0.70 • Public • Published

kabanery-lumine

中文文档 document

DSL driven, Data migration from signal system, Common views integration Front End framework

install

npm i kabanery-lumine --save or npm i kabanery-lumine --save-dev

Install on global, using npm i kabanery-lumine -g

features

Front end framework, which provides:

  • View definition DSL, data & view auto binding

  • Signal Handler DSL, Request DSL

    signal system

    simple DSL to update page

    simple DSL to request and response data

  • common views

  • theme system

  • skelton tools

  • other tools

document site

http://lovekino.github.io/project/kabanery-lumine/index.html

usage

CLI quick run

  • lumine-skelton

CLI options

  • lumine-skelton
 
$ ./node_modules/kabanery-lumine/bin/lumine-skelton -h
 
Usage: lumine-skelton
    -d [web module direcotry]
 
 
Options:
  -h, --help  Show help                                                [boolean]
 
 

develop

file structure

.    
│──LICENSE    
│──README.md    
│──README_zh.md    
│──TODO.md    
│──bin    
│   └──lumine-skelton    
│──docSite    
│   │──asset    
│   │   └──app.js    
│   │──index.html    
│   │──lib    
│   │   │──demoData    
│   │   │   └──index.js    
│   │   │──index.js    
│   │   └──signals.js    
│   └──webpack.config.js    
│──index.js    
│──lib    
│   │──build    
│   │   │──readme.md    
│   │   │──skelton    
│   │   │   └──index.js    
│   │   └──util.js    
│   └──flow    
│       │──actionFlow.js    
│       │──baseSignalActions.js    
│       └──updateFlow.js    
│──package.json    
└──test    
    └──__test     

run tests

npm test

license

MIT License

Copyright (c) 2017 chenjunyu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme

Keywords

Package Sidebar

Install

npm i kabanery-lumine

Weekly Downloads

1

Version

0.0.70

License

MIT

Unpacked Size

65.8 kB

Total Files

63

Last publish

Collaborators

  • ddchen
  • hongxuanlee