ThingLinks | 中文文档
The ThingLinks APP, built on the UniApp framework, allows one codebase to adapt to multiple terminals, supporting APP, mini-programs, and H5! It provides a mobile solution that perfectly integrates with the ThingLinks platform. Currently, it has implemented basic functionalities such as login, my account, dashboard, profile editing, avatar modification, password change, frequently asked questions, and about us.
This is the best UniApp development framework constructed using UniApp + Vue3 + Ts + Vite4 + UnoCss + VSCode (or optionally WebStorm) + Uni plugins + Wot-UI (other UI libraries can also be used). It integrates various tools and technologies, utilizing the latest frontend tech stack, and can run web, mini-programs, and APP through the command line without relying on HBuilderX. (Note: HBuilderX is still required for the App.)
UniBest includes built-in features such as conventional routing, layout management, request encapsulation, request interception, login interception, UnoCSS, i18n multilingual support, etc., providing code suggestions, automatic formatting, unified configuration, and code snippets to enhance your UniApp development experience.
- ThingLinks Official Documentation
- Accompanying backend code repository address ThingLinks.
- The application framework is based on UniApp, supporting mini-programs, H5, Android, and iOS.
- Frontend components are based on Wot-UI, a high-performance UI framework compatible with all platforms.
-
File Path: Place code in the
pages
directory, organized into different folders by module. Atabbar
folder has been created to start with the styles for the four tabs. -
Image Path: Store images in the
static
folder, organized into different folders by module (folders can be created as needed). For example, files for the space page should be in thestatic/images/space
folder. If there are subpages, create subfolders accordingly (e.g.,static/images/space/xxx
). -
Component Path: Components should be placed in the
components
folder, organized into different folders by module (folders can be created as needed). For example, files for the space page should be in thecomponents/space
folder.
Currently, this is the initial framework. If you encounter issues or missing features, feel free to add modifications, just be sure to write good comments or note them when submitting. Other framework-related documentation can be referenced from uni-best, and for syntax-related issues, refer to the Uni-App documentation.
Thanks to JetBrains for providing free IDEA License
The ThingLinks open-source platform follows the Apache License, Version 2.0 agreement. Commercial use is allowed, but please retain author and copyright information.