1.0.0 • Published 2 years ago

formesu v1.0.0

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

Formesu 💫

main codecov

This monorepo contains different packages to build the frontend and backend part of formesu.

Table of Contents

Packages

Common

@formesu/common 🎉

npm version

The main propose of this package, is to provide general classes, interfaces & types for all packages.

README.md

Backend

@formesu/server ♟

npm version

This package contains a simple standalone server.

README.md

@formesu/server-core 🍀

npm version

This package should be used as an extension to an existing (express) application and should therefore only be used on the server-side.

README.md

Frontend

@formesu/vue 🏝

npm version

This repository contains different vue components for the domain entities.

README.md

Installation & Usage

Please follow the README.md instructions in the respective package folder.