1
0
Jean-Robin dd9f3ade2c Precompute the rank of a data node in all the scenario config DAGs. (#2072) 5 сар өмнө
..
scripts 3f4903b25c build taipy frontend package simply (#629) 1 жил өмнө
src dd9f3ade2c Precompute the rank of a data node in all the scenario config DAGs. (#2072) 5 сар өмнө
test-config 55bdd46584 Error message on on_change when creating Scenarios in scenario_selector (#2067) 7 сар өмнө
.eslintrc.js 1bb9f30e68 Update eslint typescript plugin (#1788) 8 сар өмнө
.gitignore d54f27effe Refresh value of selector list on first render (#498) (#500) 1 жил өмнө
README.md e47c7bf57c fix: remove $ from bash example to allow the user to copy the commands 1 жил өмнө
dev.env 3f4903b25c build taipy frontend package simply (#629) 1 жил өмнө
jest.config.js 55bdd46584 Error message on on_change when creating Scenarios in scenario_selector (#2067) 7 сар өмнө
package-lock.json 1486c443fb Added Feature Cover Json Data Node in Data Node control (#2164) 6 сар өмнө
package.json 1486c443fb Added Feature Cover Json Data Node in Data Node control (#2164) 6 сар өмнө
tsconfig.json d54f27effe Refresh value of selector list on first render (#498) (#500) 1 жил өмнө
webpack.config.js 569f29cc06 Change year in copyright 1 жил өмнө

README.md

Taipy front-end

This directory contains the source code of the Taipy front-end bundle that includes the Scenario Management elements.

Prerequisites

The Taipy GUI front-end web application must have been built.
Check this file for more information.

Build

To build the Taipy bundle, you must set your current directory to this directory and then run the following commands:

# Current directory is the directory where this README file is located:
#   [taipy-dir]/frontend/taipy
#
npm i
# Build the Taipy front-end bundle
npm run build

After these commands are successfully executed, a new directory will be created in [taipy-dir]/taipy/gui_core/lib containing all the code that implements the Taipy visual elements for Scenario Management.