Ni UI库
Go to file
HeXiaoLong:Suanier 49de4589bd feat: 搭建UI组件库
1. 完成展示example
2. 按需加载
3. 导入导出
未来:
1. 更多组件
2. 暗黑模式
3. 配置文件
2025-05-20 12:37:09 +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 feat: 搭建UI组件库 2025-05-20 12:37:09 +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

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.