ni/README.md
2025-05-20 14:34:03 +08:00

409 B

Ni UI Vue

星撰玉衡
20250520

vue3的UI库

介绍

  1. 采用vite
  2. 使用cursor AI编程
  3. 参考 AntD ElementUIPlus NaiveUI等

使用方式

  1. 打包
npm run build:lib

git仓库

  1. 关联远程仓库
git remote add origin http://git.uair.cc/expressgy/ni.git
  1. 切换分支,推送到远程分支
git checkout -b dev
git push -u origin dev