You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
- Configuration files for [CMake](https://cmake.org/) and [XMake](https://xmake.io/) build tools, You can choose one of them that you like.
44
46
- Simple data storage implementation in`src/lib/store.c`.
45
47
- [.scss](https://sass-lang.com/guide) files for describe the user interface style.
46
-
- `about` component for display app infomation.
47
-
- `home` view that implements simple layout and interaction.
48
+
- Implementation of the browser's graphical interface.
49
+
- Welcome page, about page, file page, 404 page, new tab page.
50
+
- Example for the routing navigation of the [LCUI Router](https://github.com/lc-soft/lcui-router).
51
+
- Examples of use of the [LC Design](https://github.com/lc-ui/lc-design) component library.
48
52
49
53
## Project Structure
50
54
51
55
- **`app`**: contains the resource files required for the application to run. You can use it as the working directory of the application, and when you publish your application, you only need to package the files in that directory.
52
56
- **`build`**: contains build tool output files.
57
+
- **`config/router.js`**: Configuration file for the LCUI Router, it can be compiled into a `src/lib/router.c` file using the `lcui compile router` command.
53
58
- **`scripts`**: contains build-related scripts and configuration files.
54
59
- **`src`**: contains the source code.
55
60
- **`ui`**: contains source code related to the user interface.
0 commit comments