The tutorial module is the starting point for your GenUI journey. From environment configuration to tool download, from basic syntax to quick start, we will guide you step by step through a series of easy-to-understand examples to gain a deeper understanding of the core functions of GenUI. Through these tutorials, you can not only master the basic operations, but also further consolidate your knowledge through practical projects.
In the tutorial, we have arranged the best learning order for you, please refer to the [Learning Order Recommendation](##Learning Order Recommendation) section below
GenUI Quick Start Project
Explain the structure of the GenUI project and the purpose of each file
<template>In the template structure syntax part, GenUI
templateadopts the writing method ofHTMLand expands and constrains it on this basis
<style>In the template style syntax part, GenUI
styleis also similar to nativeCSSand has been enhanced. Its writing method is closer toSCSSIn addition,
stylecan also be calledprop, because it corresponds to the properties of the components intemplate
script (API)The "script" part of GenUI uses the rust language. Although it is called a script, it is different from typical js, py, and lua.