Fred Lefévère-Laoide 53ab999186 update DAG on Job Status change (#729) 1 year ago
..
scripts 3f4903b25c build taipy frontend package simply (#629) 1 year ago
src 53ab999186 update DAG on Job Status change (#729) 1 year ago
.eslintrc.js 569f29cc06 Change year in copyright 1 year ago
.gitignore d54f27effe Refresh value of selector list on first render (#498) (#500) 1 year ago
README.md 7be5e2089a Add instructions to build Taipy's and Taipy's GUI JavaScript bundles. (#650) 1 year ago
dev.env 3f4903b25c build taipy frontend package simply (#629) 1 year ago
package-lock.json 413be6ec14 Property to not show the creation dialog (#725) 1 year ago
package.json d54f27effe Refresh value of selector list on first render (#498) (#500) 1 year ago
tsconfig.json d54f27effe Refresh value of selector list on first render (#498) (#500) 1 year ago
webpack.config.js 569f29cc06 Change year in copyright 1 year ago

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.