# ul-vsc-uniapp **Repository Path**: ulthon/ul-vsc-uniapp ## Basic Information - **Project Name**: ul-vsc-uniapp - **Description**: uniapp的vscode扩展包,可以和vue2和vue3组合使用。 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-08 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UL's UniApp Extension Pack A VS Code extension pack designed specifically for uni-app developers, integrating all core extensions needed for uni-app development. ## 📦 Extension Pack Overview This extension pack contains a complete toolchain for uni-app development, allowing you to install all necessary extensions with one click and quickly set up a uni-app cross-platform development environment. Can be used together with `ul-vsc-vue2` or `ul-vsc-vue3` for a more complete development experience. ### 🚀 Quick Start 1. Search for `UL's UniApp Extension Pack` in VS Code 2. Click Install 3. All uni-app development extensions will be automatically installed 4. Recommended to also install `ul-vsc-vue2` or `ul-vsc-vue3` for complete Vue support ### 📋 Included Extensions #### 🎯 uni-app Core Support - **uni-helper** (`uni-helper.uni-helper-vscode`) - uni-app development assistant providing intelligent hints and code completion - **uni-app snippets** (`uni-helper.uni-app-snippets-vscode`) - uni-app code snippets for quickly generating common code - **uni-app schemas** (`uni-helper.uni-app-schemas-vscode`) - JSON Schema support for uni-app configuration files #### 🎨 UI Component Support - **uni-ui snippets** (`uni-helper.uni-ui-snippets-vscode`) - uni-ui component library code snippets and intelligent hints #### 🌈 Syntax Highlighting - **uni-highlight** (`uni-helper.uni-highlight-vscode`) - Syntax highlighting support for uni-app specific syntax #### 🔧 Development Tools - **Create UniApp View** (`mrmaoddxxaa.create-uniapp-view`) - Quickly create uni-app pages and components ## 🎯 Use Cases - uni-app cross-platform application development - WeChat Mini Program development - Alipay Mini Program development - H5 mobile application development - Native App development - Quick App development ## ✨ Key Features - **Complete uni-app Support** - Includes all officially recommended extensions - **Cross-platform Development** - One codebase, multiple platforms - **Intelligent Hints** - Complete API and component intelligent suggestions - **Code Snippets** - Rich uni-app and uni-ui code snippets - **Syntax Highlighting** - Dedicated uni-app syntax highlighting - **Quick Creation** - One-click page and component creation ## 🔗 Recommended Combinations ### With Vue 2 Projects ```bash # Install Vue 2 extension pack together ul-vsc-vue2 + ul-vsc-uniapp ``` # Install Vue 3 extension pack together ```bash ul-vsc-vue3 + ul-vsc-uniapp ```