0.12.0 • Published 6 months ago

flexivity-client v0.12.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Flexivity

Flexivity client is a framework based on the Web Components standard for the development of component-oriented web clients. This framework handles encapsulation based on JS classes for each component, as well as the use of templates and CSS to establish their appearance. These components are instantiated within a shadow memory that isolates the interaction of elements such as external HTML and CSS, to guarantee the compatibility of components in developments.

In short, Flexivity client allows:

  • Decoupling of client business objects and basic client subsystems.
  • Code reuse.
  • Generation of customer transactions.
  • Ease of programming.
  • Ease of code maintenance.
  • Code organization.
  • Error handling.
  • Based on web standards.

Requirements

Requirements

Install

Using npm:

npm install flexivity

Environment variables settings


Environment variables settings

npm commands

npm run doc
Generates proyect documentation.

npm run build
Package the code.

npm run publish
Prepare the code to update the library version, update the changelog and publish it to npm.

npm run sb
Raise the development server with storybook (coming soon).

Commit styles

Commit styles

References:

Semantic versioning:

Angular convention for commit:

0.12.0

6 months ago

0.11.0

7 months ago

0.10.0

8 months ago

0.9.2

9 months ago

0.9.1

9 months ago

0.9.0

9 months ago

0.8.0

9 months ago

0.6.3

10 months ago

0.6.2

10 months ago

0.6.4

10 months ago

0.7.0

9 months ago

0.6.1

11 months ago

0.6.0

11 months ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago