Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
To quick a start a project, we recommend using a UGF generator--a .
Follow these steps:
First install Yeoman and its related generators .
Then follow the steps from to generate the whole framework and its required items.
Your app should be running!
If you'd like to learn more, you can add your generated code into your IDE, and start from [project name]/index.tsx.
If you would like try to build the whole thing by yourself, here are the required technologies:
Nodejs 8.11+
git
create-react-app
After you have acquired the required technologies, follow these steps:
Initialize a project using create-react-app
Using npm tool to install all your required softwares
Setup bootstrap file using a10-gui-framework
Try to import a widget from a10-gui-widgets
Use any text editor like VSCode, Sublime Text, Hbuilder, Notepad++.
A10 Onbox GUI team uses VSCode since it's lightweight , stable, and has higher code performance. In our GUI git repository, we have already setup all the VSCode running environment configurations, so all you need to do is to pull it down, add it into your VSCode editor, and VSCode will help you startup GUI team's dev environment. The VS Code configuration files are under [your_project_root]/.vscode/
If you have your favorite IDE, we suggest you install basic plugins such as eslint and tslint. To highlight your code, please install Typescript and ES6 relevant plugin.
For debugging React and Redux, we suggest installing the following two extensions on Chrome or Firefox, as it can help you debug React's Virtual DOM hierarchy and Redux store data.
We have 3 main design documents that include the basic concepts of our framework, widget, and container, please click the following links to read.
An alternative is to post your issue(s) to the relevant git repository issue boards; we will answer your questions ASAP.
This is currently not an open source project, as it is only used in A10networks Corp. You are welcome to use this framework and code as a A10networks GUI developer, but please don't distribute the source code to anywhere outside of A10networks.
As an A10 GUI internal project, you have no permission to access the framework repositories outside A10networks Corp.
Adding required GUI framework components into
Create the basic folder and file structure under the source folder, see
Create a
Read our and use and our storybook to add more functionalities.
For coding style, we are using tslint:recommended and tslint-react. For more information about this topic, please see .
For more examples, please read page.
If you'd like to learn how it works in the real-world , please contact to gain permission to access the production code.
You can send an e-mail to or join our ,
For a10-gui-framework issues, you can directly connect our framework maintainer and .
For a10-gui-widgets issues, please connect .
Permissions needs to be granted in order to access the frameworks' source codes. Email / connect with and the aformentioned maintainers to be granted permission.
To access those frameworks' source code, you need to be grant permissions, so you need connect and the relevant maintainers mentioned above.