# Quick Start **官方文档**: https://uviewpro.cn ## Instructions This example provides a quick start guide for uView Pro. ### Key Concepts - Basic setup - First component - Component usage - Project structure ### Example: Basic Setup ```vue ``` ### Example: With Options API ```vue ``` ### Example: With Composition API ```vue ``` ### Example: Project Structure ``` project/ ├── pages/ │ └── index/ │ ├── index.vue │ └── index.json ├── uni_modules/ │ └── uview-pro/ ├── App.vue ├── main.js └── pages.json ``` ### Key Points - Use u- prefix for components - Support both Options API and Composition API - Auto-import with easycom - Import styles globally - Follow uni-app project structure