No description
feat(replay tools): implement base functionality for replay buttons and file handling See merge request wui/core/web-user-interface-node!5 |
||
|---|---|---|
| .github | ||
| .husky | ||
| .vscode | ||
| docs | ||
| elements | ||
| src | ||
| test | ||
| .env | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| jest.ci.config.ts | ||
| jest.config.ts | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| release.config.cjs | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| tsconfig.test.json | ||
@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