Ni UI库
Go to file
2025-05-20 14:17:16 +08:00
.vscode feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
example feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
src refactor:删除非必要文件 2025-05-20 14:17:16 +08:00
types refactor:删除非必要文件 2025-05-20 14:17:16 +08:00
.gitignore feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
.npmignore refactor:删除非必要文件 2025-05-20 14:17:16 +08:00
index.html feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
package-lock.json feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
package.json refactor:删除非必要文件 2025-05-20 14:17:16 +08:00
README.md refactor:删除非必要文件 2025-05-20 14:17:16 +08:00
tsconfig.build.json feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
tsconfig.json feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
tsconfig.node.json feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
vite.config.ts refactor:删除非必要文件 2025-05-20 14:17:16 +08:00

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