ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc
ThorUI is an open-source component library for the uni-app framework. It is built with v3 compilation and supports the nvue uni-app compilation mode. ThorUI provides a wide range of components for different platforms including WeChat Mini Program, H5, QQ Mini Program, and Android. The project aims to simplify the development process by including features like easycom component mode and intelligent awareness in the development tools.
To install ThorUI, follow these steps:
Clone the ThorUI repository from GitHub.
git clone [GitHub repository URL]
Open your project in the uni-app development tool.
Import the ThorUI components into your project. This can be done by adding the components’ file paths to your project’s main.js file.
import 'path/to/component1.vue'
import 'path/to/component2.vue'
import 'path/to/component3.vue'
Start using the ThorUI components in your uni-app project.
ThorUI is an open-source component library for the uni-app framework that provides a wide range of components for various UI requirements. It supports multiple platforms and simplifies the development process with features like easycom component mode and intelligent awareness in the development tools. By using ThorUI, developers can enhance productivity and create efficient cross-platform applications.