ScriptEcho AntDesignVue3的模板项目 安装与使用 获取项目代码 git clone https://github.com/ScriptEcho-ai/ScriptEch-AntDesignVue3Template.git 安装依赖 yarn install 运行 yarn serve 构建 yarn build 添加页面 创建页面HelloWorld.vue到src/view/scriptecho下 修改router/index.js文件,添加路由 访问 http://localhost:5173/scriptecho/HelloWorld