Ni UI库
Go to file
2025-05-20 12:41:53 +08:00
.vscode feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
example feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
public feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
src feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
types feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
.gitignore feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
.npmignore feat: 搭建UI组件库 2025-05-20 12:37:09 +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 feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
README.md docs: 更新Readme说明 2025-05-20 12:41:53 +08:00
tsconfig.app.json feat: 搭建UI组件库 2025-05-20 12:37:09 +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
tsconfig.node.tsbuildinfo feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
tsconfig.tsbuildinfo feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
vite.config.d.ts feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
vite.config.js feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
vite.config.ts feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
vite.lib.config.ts feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
vitest.config.d.ts feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
vitest.config.js feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00
vitest.config.ts feat: 搭建UI组件库 2025-05-20 12:37:09 +08:00

Ni UI Vue

星撰玉衡 20250520

vue3的UI库

介绍

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

使用方式

  1. 打包
npm run build:lib