big-screen-ui
v0.0.2
Published
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Readme
主要功能
- 大屏UI
使用
npm install big-screen-ui
big-screen-ui/
├── src/
│ ├── components/ # 组件目录
│ │ ├── Button/ # 按钮组件
│ │ │ ├── Button.vue
│ │ │ └── index.js # 组件导出
│ │ ├── Card/ # 卡片组件
│ ├── index.js # 入口文件(导出所有组件)
├── package.json # 项目配置
├── vite.config.js # Vite 配置
└── README.md # 说明文档
