wso2_apim_publisher
v3.0.1
Published
WSO2 API Manager Publisher Web App Note: `eslint-plugin-react` have a fixed version due to implementing prop-types does mark nested destructed props from `eslint-plugin-react` next version onwards --max_old_space_size: This is max size of the old space(
Downloads
3
Readme
Publisher Portal Application Structure
Override folder - If you want to override a certain React Component / file from source/src/ folder, this is the correct place to do it. You do not have to copy the entire directory, only copy the desired file/files.
Services folder - Includes the files related to the functionalities of login, logout and refresh.
Site folder - Includes the configuration and public folders of the project.
jaggery.conf file - The file that is responsible to fetch the paths and handle server-side routing.
Note : Only the Services and Site folders along with the jaggery.conf file is required at the runtime.
- Source and other files - Includes the react files (source code) of the Publisher Portal React Application.