AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 安装`Vue3` ```shell # 最新稳定版 $ npm install vue@next # 安装单文件组件 $ npm install -D @vue/compiler-sfc # 安装命令行工具 (CLI) $ yarn global add @vue/cli ``` ## 使用`vite`创建工程 ```shell $ yarn create vite xinchen-manage --template vue $ cd xinchen-manage $ yarn $ yarn dev ```