Converting Web Projects to uni-app in HBuilderX: A Comprehensive Migration Guide Snippet: Learn how to convert AI-generated Web projects (Claude/ChatGPT) into standard uni-app projects. This guide covers fixing manifest.json visibility, resolving “missing index.html” Vite errors, and adapting Vue 3 main.js for cross-platform deployment in HBuilderX. Why Your AI-Generated Project Isn’t Working in HBuilderX When you use Claude or other AI tools to generate code, they typically output a standard Vite + Vue 3 web structure. However, uni-app is an enhanced framework with specific directory requirements and a specialized compiler. If you simply drag a web folder into HBuilderX, you’ll often …