English
Development Overview
About 198 wordsLess than 1 minute
2025-12-18
PWC currently provides development capabilities for both mobile and web.
Current Facts
- Mobile is based on the mini program framework
- Web is based on the Vue 2 framework
- APIs, components, and plugin capabilities are not the same across the two platforms
- It is recommended to build a unified understanding at the entry level, but read implementation details by platform
Recommended Reading Order
Platform Differences
Mobile
- Based on the mini program framework
- Mobile content is currently more complete in this project
- Prefer the mobile directories for component, plugin, and API references
- Development and debugging depend on the mobile host environment and mini program toolchain
Recommended entry points:
Web
- Based on the Vue 2 framework
- Web content has been integrated and now has an independent reference directory
- Components, plugins, and APIs are defined by the
web/subdirectories - Development and debugging depend on the browser environment and web host capabilities
Recommended entry points:
