# ScriptEcho-AntDesignTemplate **Repository Path**: ScriptEcho/ScriptEcho-AntDesignTemplate ## Basic Information - **Project Name**: ScriptEcho-AntDesignTemplate - **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-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ScriptEcho AntDesign的模板项目 =============== ## 安装与使用 - 获取项目代码 ```bash git clone https://github.com/ScriptEcho-ai/ScriptEch-AntDesignTemplate.git ``` - 安装依赖 ```bash yarn install ``` - 运行 ```bash npm run start ``` - 构建 ```bash npm run build ``` ## 添加页面 1. 创建页面HelloWorld.vue到src/view/scriptecho下 2. 修改router/index.js文件,添加路由 3. 访问 http://localhost:3000/scriptecho/HelloWorld