English
How to Choose Mobile or Web
About 121 wordsLess than 1 minute
2025-12-18
PWC currently supports both mobile-side and web-side extension, but they do not run on the same runtime.
Quick Conclusion
- If your scenario is mobile work, start with the mobile documentation
- If your scenario is a PC browser, start with the web documentation
- If your business covers both sides, evaluate the availability and differences of components, plugins, and APIs separately
Key Differences
| Dimension | Mobile | Web |
|---|---|---|
| Underlying framework | Mini program framework | Vue 2 framework |
| API | Different from Web | Different from Mobile |
| Components | Scope and properties are defined separately | Scope and properties are defined separately |
| Debugging method | Mini program debugging workflow | Browser / Vue debugging workflow |
