Quick start
This section will introduce how to use wu-ui in the project.
Quick Start
wu-ui
currently supports whole import
and separate import
to use individual components. For uni-app projects, of course, it is more appropriate to use development and installation tools. It is recommended to use HBuilderX to create projects and import components directly.
Whole import
wu-ui overall import, click to download the plugin after clicking the jump and import it into HBuilderx.
####Import separately Click on the components you need in the document, and you will see the downloaded and installed modules separately. After clicking the jump, click to download the plug-in and import it into HBuilderx.
how to use
wu-ui conforms to the uni-modules
(uni-app plug-in specification specification) specification of uniapp
, so The component can be used after importing it.
1. Use components directly in the project without importing.
``vue
#### 2. Use the powerful extension function of `$w`
`wu-ui` has built-in powerful tool functions, request encapsulation, global configuration, etc., which can be extended and configured according to your own needs. For details, please refer to [Extended Configuration](/zh-CN/components/extendedConfiguration).
#### 2. Use the powerful extension function of `$w`
`wu-ui` has built-in powerful tool functions, request encapsulation, global configuration, etc., which can be extended and configured according to your own needs. For details, please refer to [Extended Configuration](/zh-CN/components/extendedConfiguration).