uview-vue2
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Build uni-app mobile applications with uView UI Vue 2 components
- Use uView components (Button, Input, Form, Table, Modal, Tabs, etc.)
- Use $u utility tools ($u.toast, $u.http, $u.storage, $u.route)
- Customize the uView UI theme via SCSS variables
- Set up uView UI in a Vue 2 uni-app project
How to use this skill
Workflow
- Install - Install uView UI plugin and register with
Vue.use()in main.js - Configure easycom - Set up easycom in pages.json for auto component registration
- Choose component - Match the UI need to component from reference below
- Load example file - Each component has detailed examples in
examples/components/