The Paremus UI Javascript client

A skeleton Javascript UI for use with com.paremus.ui Components

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.paremus.ui
Идентификатор

Идентификатор

js_client
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

tar.gz
Описание

Описание

The Paremus UI Javascript client
A skeleton Javascript UI for use with com.paremus.ui Components
Ссылка на сайт

Ссылка на сайт

https://github.com/paremus/js_client
Система контроля версий

Система контроля версий

https://github.com/paremus/js_client

Скачать js_client

Имя Файла Размер
js_client-1.0.0.pom 3 KB
js_client-1.0.0-build.tar.gz 1 MB
Обзор

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

The Paremus JS Client Repository

This repository contains a skeleton Javascript UI that works with the REST server implemented by com.paremus.ui. It is based on the react-admin framework: https://marmelab.com/react-admin/.

How to build this repository

This repository can be built using yarn and node 12+.

It also contains a Maven pom.xml, so that the UI build output can be deployed to a Maven repository as artefact js_client-1.0.0-build.tar.gz where it can be served by the UI server.

Toolchain installation

yarn and node can be installed using nvm: https://github.com/nvm-sh/nvm

$ nvm install 12
$ npm install --global yarn

Production build

yarn install
yarn build

This creates a production build (in ./build).

Development build

yarn install
yarn dev
^C

This creates a watched development build (in ./build-dev). Terminate it with ^C.

Live testing

The Paremus UI server can serve the live development js_client (instead of the deployed production artefact), by setting the following property in com.paremus.ui.rest.app/app.bndrun to reference the build-dev directory in this project:

-Dcom.paremus.ui.client.dir=${.}/../../js-client/build-dev

end

com.paremus.ui

Paremus

Версии библиотеки

Версия
1.0.0