omi/packages/omis
dntzhang 0160958414 omis
* Fix value of event handler undefined error
* Add tree example
2019-07-21 11:07:49 +08:00
..
config omis 2019-07-21 08:09:10 +08:00
examples omis 2019-07-21 11:07:49 +08:00
src omis 2019-07-21 11:07:49 +08:00
.babelrc omis - init 2019-07-20 18:53:17 +08:00
.editorconfig omis - init 2019-07-20 18:53:17 +08:00
.eslintignore omis - init 2019-07-20 18:53:17 +08:00
.eslintrc omis - init 2019-07-20 18:53:17 +08:00
.flowconfig omis - init 2019-07-20 18:53:17 +08:00
README.CN.md omis 2019-07-21 09:14:27 +08:00
README.md omis 2019-07-21 09:14:27 +08:00
package.json omis 2019-07-21 08:09:10 +08:00

README.md

Omis

Functional Component + Store + Scoped Style

  • Functional style but non-functional programming
  • Structure-Style-Behavior Separation
  • Hyperscript is visually more friendly
  • Each component can have a store and be de-centralized
  • Stores of each component can rely on global stores and be centralized
  • Each component store has an update method that executes the method to customize local refresh components

Develop

npm start example-name

Publish

npm run build

Todo

  • Web Components Supporting

License

MIT