eis-ui-render
v0.32.1
Published
UI generation based on JSON schemas
Downloads
127
Readme
Check the docs folder to get a basic understanding of the project's architecture
Demo
https://eisgroup.github.io/ui-render/
Development Installation
- Install Node.js, if you haven't already (version v22).
- Navigate to project root folder and install dependencies by running this command in terminal:
npm install
Available Scripts
In the project directory, you can run:
npm run start
Runs the app in the development mode. Open http://localhost:3001 to view it in Chrome browser, then activate LiveReload extension.
The page will reload if you make edits. You will also see any lint errors in the console.
Live build mode
- Install
yalcgloballynpm install -g yalc - Run
npm start yalc-watchto build library and life reload - In your application add a link to the library with
yalc add eis-ui-render --linkand reinstall dependencies
How to publish the library
- Run
npm run build-lib - Login to npm
npm login - Publish new version
npm publish
How to publish on GitHub Pages
- Run
npm run buildto prepare artifacts - Run
npm run deployto upload artifacts to GitHub
