# ScriptEcho-UviewTemplate **Repository Path**: ScriptEcho/ScriptEcho-UviewTemplate ## Basic Information - **Project Name**: ScriptEcho-UviewTemplate - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-14 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ScriptEcho Uview的模板项目 =============== ## 安装与使用 - 获取项目代码 ```bash git clone https://github.com/ScriptEcho-ai/ScriptEch-UviewTemplate.git ``` - 安装依赖 ```bash yarn install ``` - 运行 ```bash yarn dev:h5 ``` - 构建 ```bash yarn build:h5 ``` ## 添加页面 1. 创建页面HelloWorld.vue到src/pages/scriptecho下 2. 修改src/pages.json文件,添加路由 3. 访问 http://localhost:5173/#/pages/scriptecho/HelloWorld