Ni UI库
Go to file
2025-05-23 18:34:51 +08:00
example feat: 写组件 2025-05-20 17:56:25 +08:00
preview feat: 消息Message 2025-05-21 17:59:39 +08:00
src feat: 消息Message 2025-05-21 17:59:39 +08:00
test feat(镂空效果): 感谢Cursor,550C太快了 2025-05-23 18:34:51 +08:00
types feat: 消息Message 2025-05-21 17:59:39 +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: 写组件 2025-05-20 17:56:25 +08:00
indexg.html feat: 写组件 2025-05-20 17:56:25 +08:00
package-lock.json feat: 写组件 2025-05-20 17:56:25 +08:00
package.json feat: 写组件 2025-05-20 17:56:25 +08:00
README.md refactor: 删除非必要文件 2025-05-20 14:34:03 +08:00
tsconfig.build.json feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
tsconfig.json feat: 写组件 2025-05-20 17:56:25 +08:00
tsconfig.node.json feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
vite.config.ts feat: 写组件 2025-05-20 17:56:25 +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