hello-uniapp

repository·master·Indexed 25 days ago

https://github.com/dcloudio/hello-uniapp

A starter template for the uni-app framework (version 3.4.9) demonstrating how to write a single codebase for deployment to iOS, Android, H5, and various mini-programs. It includes examples of uni-ui components such as uni-badge, uni-breadcrumb, uni-calendar, uni-card, uni-collapse, uni-combox, uni-countdown, and uni-data-checkbox, as well as the uni-config-center module for managing plugin configurations.

Tokens
11.8K
Snippets
10
Records
104
Agent score
85%

What's inside hello-uniapp

  1. Use the uni-row and uni-col layout components

    master

    The uni-row and uni-col components implement a fluid grid system. The layout divides the screen or viewport into 24 equal parts, allowing you to create responsive layouts quickly and easily.

    In Vue templates, use the component names uni-row and uni-col. When using these components in certain environments or via specific compilers, they may be referenced as uRow and uCol respectively.