Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

kronostechnologies/kronos-app-frontend

Repository files navigation

Kronos Frontend Framework

This package contains javascript components and common css files for legacy Kronos Frontend applications.

This is an internal framework. It's not realy designed to be shared.

Deploy a new version

# Create a git tag with semver version and the CI will do the rest
git t v1.0.0 #git tag -a -m v1.0.0 v1.0.0

Directories

  • js/src: Main javascript sources.
  • js/dist: Library built with webpack.
  • js/jquery: Some jquery legacy components.