Skip to content

Vitec Tietomitta - Frontend Monorepository

Frontend Monorepository is the place for new web applications and reusable UI components of Vitec Tietomitta. It includes the new Vingo ERP SaaS app but in the future all web apps of Tietomitta should be moved here.

Repo layout

apps/
    vingo-erp/   # Vingo ERP SaaS
    styleguide/  # StoryBook for developing reusable UI components
    playwright/   # End to end tests (Playwright)

packages/
    ui                 # Reusable UI components
    config-eslint/     # Reusable base ESLint config
    config-typescript/ # Base TS config

docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.

mkdocs.yml    # mkdocs configuration file.