Discover the Front-end Framework
This two-part tutorial aims to introduce you to the basics of this Web framework. Whether you are new to the framework or already have some experience with it, this tutorial will give you a solid foundation for using the Web framework in your projects.
The first part covers the basics of Widget components, which are a key part of this Web framework. Widgets are reusable user interface (UI) components that can be used to build complex Web interfaces quickly and efficiently. We will explore how to create and use widgets in Oinone.
Then, in the second part of this tutorial, we will focus on how to leverage the various features of Oinone to create a dashboard. Dashboards are an important part of any Web application and a good starting point for using and interacting with the Oinone codebase.
The goal of this tutorial is to get up to speed on the Oinone front-end development framework. You should follow the chapters in the given order as they cover the core of Oinone front-end development in a step-by-step manner. In other words, they are also the most basic part of learning Oinone and looking at other Oinone front-end documentation.
Tip
Each chapter of this tutorial is a standalone project. If you are familiar with Widgets, you can start learning directly from the second chapter.