Ni UI库
Go to file
HeXiaoLong:Suanier 278ea57617 feat: 消息Message
1. 增加消息提示组件
2. 优化代码结构
3. 统一导入导出
未来:
1. fix引入图标和字体,优化消息提示的图标和字体显示
2. 优化logo显示字体,引入老宋
2025-05-21 17:59:39 +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
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