1.0.1 • Published 3 years ago

@sardonyxwt/core v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Core Lib

Core lib provide build in modules for app development. It include:

  • Module manager
  • I18n manager
  • Resource manager
  • Config manager
  • Dependency manager

Module manager

Provides store for modules, service for module management and hooks for react components.

Resource manager

Provides store for resources, service for resource management and hooks for react components.

Config manager

Provides store for configs, service for config management and hooks for react components.

I18n manager

Provides store for translation units and application localization state, service for localization management and hooks for react components.

Used libs

Scripts

  • Install dependencies:
npm install
  • Build lib:
npm run build
  • Start development lib:
npm run watch