From dcc67b28f1fc68be86dfce04a442911ad6359798 Mon Sep 17 00:00:00 2001 From: "marcel.kocisek" Date: Mon, 4 Dec 2023 11:07:51 +0100 Subject: [PATCH] Upgrade readme --- development.md | 2 +- web-app/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/development.md b/development.md index 3270184d..7e66cf93 100644 --- a/development.md +++ b/development.md @@ -38,7 +38,7 @@ Before installing the web applications, make sure you have Node.js installed in $ cd web-app $ yarn install $ yarn link:dependencies # link dependencies -$ yarn build:libs # bild libraries @mergin/lib @mergin/admin-lib +$ yarn build:libs # bild libraries @mergin/lib @mergin/admin-lib @mergin/lib-vue2 $ yarn dev # development client web application dev server on port 8080 (package @mergin/app) $ yarn dev:admin # development admin appplication dev server on port 8081 (package @mergin/admin-app) ``` diff --git a/web-app/README.md b/web-app/README.md index 8ea46774..5016a754 100644 --- a/web-app/README.md +++ b/web-app/README.md @@ -16,10 +16,13 @@ Monorepo for mergin frontend stuff: Application constist of several packages in `packages` directory: - @mergin/lib - Shared library for common features +- @mergin/lib-vue2 - Shared library for common features with vuetify and vue 2.7 - @mergin/admin-lib - Shared library for admin - @mergin/app - Web appliacation - @mergin/admin-app - Web application for administration Library packages with *-lib* name are containing shared code for *-app* applications. +Web application *@mergin/app* is using shared library *@mergin/lib*. Web application for administratio *admin-app* is using shared libraries with vue 2.7 *@mergin/admin-lib* and *@mergin/lib-vue2*. + For details about development follow instructions in [development guide](../development.md). \ No newline at end of file