uniapp-frontend
Installation
SKILL.md
uni-app Frontend Development
Comprehensive guide for building cross-platform apps with uni-app, Vue 3, and TypeScript.
Quick Start
Create a New Page
# Create page directory
mkdir -p src/pages/newpage
# Create page files
touch src/pages/newpage/index.vue