会的不用教,不会的一下又弄不好,哈哈。先记录下安装过程,后续用到可以直接回顾。

安装 Vue

npm create vue@latest

切换到安装后的目录

cd 项目目录

安装 antdv-next

发现不用镜像太慢,不需要的可以删除 --registry=https://registry.npmmirror.com
npm install antdv-next --save --registry=https://registry.npmmirror.com

安装 Skills

如果连不上 Github,可以考虑配置代理
git config --global http.https://github.com.proxy socks5://127.0.0.1:10808
npx skills add antfu/skills --skill='*'
npx skills add antdv-next/skills

开始创作

use antdv-next skill, <你的需求>

标签: none

添加新评论