No description
This repository has been archived on 2025-11-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Dominik Völkel a0e9ebf917 Merge branch 'WUI_core_node-8' into 'development'
feat(replay tools): implement base functionality for replay buttons and file handling

See merge request wui/core/web-user-interface-node!5
2024-07-27 16:58:48 +02:00
.github build(global): initial setup 2024-02-03 17:54:14 +01:00
.husky style: fix husky and package.json styling 2024-03-02 12:32:59 +01:00
.vscode feat(utility): add prettier-eslint; add error element on body on failure & related tests 2024-07-11 12:46:51 +02:00
docs chore(release): 2.0.0 [skip ci] 2024-05-05 08:17:58 +00:00
elements feat(replay tools): implement base functionality for replay buttons and file handling 2024-07-27 10:38:10 +02:00
src fix(replaytool): fix include for replayTools file and skip invalid lines 2024-07-27 16:53:43 +02:00
test fix(replaytool): fix include for replayTools file and skip invalid lines 2024-07-27 16:53:43 +02:00
.env build(global): initial setup 2024-02-03 17:54:14 +01:00
.eslintignore build(global): initial setup 2024-02-03 17:54:14 +01:00
.eslintrc.js test(hooks): add hook tests and create better tooling 2024-03-02 12:25:54 +01:00
.gitattributes build(global): initial setup 2024-02-03 17:54:14 +01:00
.gitignore ci(jest): ci and Code coverage report 2024-03-01 17:00:06 +01:00
.gitlab-ci.yml docs(jsdocs): add Better JSDocs and make use of JSdocs to md with a TS plugin add it to the pipeline 2024-03-11 09:10:18 +01:00
.prettierrc build(global): fix Jest and basic API functions 2024-02-08 19:01:07 +01:00
CHANGELOG.md chore(release): 2.2.0 [skip ci] 2024-07-11 14:45:56 +00:00
jest.ci.config.ts test(hooks): add hook tests and create better tooling 2024-03-02 12:25:54 +01:00
jest.config.ts feat(replaytool): finish implementing CSV parsing and proper replay methods 2024-07-27 16:17:07 +02:00
LICENSE build(global): initial setup 2024-02-03 17:54:14 +01:00
package-lock.json feat(replaytool): finish implementing CSV parsing and proper replay methods 2024-07-27 16:17:07 +02:00
package.json fix(replaytool): fix include for replayTools file and skip invalid lines 2024-07-27 16:53:43 +02:00
README.md update readme 2024-03-22 18:39:05 +01:00
release.config.cjs build(release config): cause rebuild on build change type 2024-07-11 16:40:45 +02:00
tsconfig.build.json test(hooks): add hook tests and create better tooling 2024-03-02 12:25:54 +01:00
tsconfig.json build(target type): change target type for better compatability 2024-07-11 16:09:07 +02:00
tsconfig.test.json test(hooks): add hook tests and create better tooling 2024-03-02 12:25:54 +01:00

@zweieuro/web-user-interface-node

This is the node backend of WUI. Go https://wui.pages.zweieuro.at/web-user-interface-docs/docs/introduction to see the documentation.

Install

# add this to ~/.npmrc
@wui:registry=https://gitlab.zweieuro.at/api/v4/packages/npm/

and install it to your project as a dependency:

npm i @wui/web-user-interface-node