Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 3.92 KB

README.md

File metadata and controls

39 lines (31 loc) · 3.92 KB

src

This is the source directory of Code-Generator App.

Directories

  • assets - includes image files
  • components - includes Vue components
  • components/css - includes the common css code used in components
  • metadata - includes the data of the app in json format (Distributed/Non-distributed training values, Ignite Handlers, and Loggers)
  • templates - includes deep learning training template scripts

Components directory

This directory contains components - building blocks used in the Code-Generator App.

Components Description

The following table explains the usage of some notable components. The components that are not in the following table are self-explanatory.

Component name Description
CodeBlock Use for showing the code
Footer Use for footer
FormCheckbox Use for checkbox input
FormInput Use for text/number input
FormRadio Use for radio input
FormSelect Use for select item input
Instruction Use for showing how to get started
Message Use for showing the status of user input event (copying code, missing configuration values when attempting to download)
NavBar Use for navigation bar
NavHelp Use for showing step by step guide
PaneLeft Use for everything in the left pane
PaneRight Use for everything in the right pane
PaneSplit Use for how to split the left pane, right pane, and split line
TabHandlers Use for Handlers tab of the left pane
TabLoggers Use for Loggers tab of the left pane
TabTemplates Use for Templates tab of the left pane
TabTraining Use for Training tab of the left pane