weapp-vite
@weapp-vite Organization
Public Skills
native-to-weapp-vite-wevu-migration
by weapp-vite
Apply a structured migration workflow from native mini-program projects to weapp-vite and wevu. Use when converting Page/Component code to Vue SFC, replacing setData-heavy state updates with ref/reactive, migrating properties/observers/triggerEvent contracts, introducing platform guards, and building migration-focused e2e validation and rollback checkpoints.
weapp-vite-vue-sfc-best-practices
by weapp-vite
Apply detailed usage patterns and best practices for Vue SFC in weapp-vite projects. Use when writing or refactoring .vue files for mini-programs, choosing <script setup> and JSON macro strategy, defining usingComponents, handling template directive compatibility (v-model / v-bind limits), coordinating wevu runtime hooks, or troubleshooting SFC compile/runtime issues.
weapp-vite-website-curator
by weapp-vite
Maintain and enrich weapp-vite website docs from packages source of truth. Use when updating website/ content based on packages/* code or README, adding package docs pages, syncing VitePress nav/sidebar, or validating package-to-doc coverage after package changes.
weapp-vite-best-practices
by weapp-vite
Apply production-ready best practices for weapp-vite projects. Use when creating or refactoring mini-program projects with weapp-vite, designing directory/config conventions, choosing subpackage and chunk strategy, enabling auto routes/components, setting CI/devtool workflows, or debugging build/output issues in vite.config.ts and app.json.
wevu-best-practices
by weapp-vite
Apply Vue-3-style runtime best practices for wevu in mini-programs. Use when implementing pages/components/stores with wevu, defining lifecycle hooks, handling setData diff behavior, designing props/emit and bindModel flows, integrating with weapp-vite SFC JSON macros, or troubleshooting compatibility differences versus Vue 3.