0.0.10 • Published 8 months ago
cocoviewsong-vue3-ui v0.0.10
Vue3 UI 库
自己项目中多次使用过的组件
目录结构
vue3-ui
├─ 📁.vscode
│ └─ 📄extensions.json
├─ 📁public
│ └─ 📄favicon.ico
├─ 📁src
│ ├─ 📁assets
│ │ ├─ 📁css
│ │ │ ├─ 📁button
│ │ │ │ └─ 📄index.css
│ │ │ ├─ 📁tool-tip
│ │ │ │ └─ 📄index.css
│ │ │ ├─ 📄common.css
│ │ │ ├─ 📄index.css
│ │ │ ├─ 📄reset.css
│ │ │ └─ 📄variable.css
│ │ └─ 📁icon
│ ├─ 📁components
│ │ ├─ 📁button
│ │ │ ├─ 📁demo
│ │ │ │ └─ 📄index.vue
│ │ │ ├─ 📁__tests__
│ │ │ │ └─ 📄CoButton.test.ts
│ │ │ └─ 📄CoButton.vue
│ │ └─ 📁tool-tip
│ │ ├─ 📁demo
│ │ │ └─ 📄index.vue
│ │ └─ 📄CoToolTip.vue
│ ├─ 📁router
│ │ └─ 📄index.ts
│ ├─ 📁utils
│ │ ├─ 📄theme.d.ts
│ │ └─ 📄theme.ts
│ ├─ 📄App.vue
│ ├─ 📄index.ts
│ └─ 📄main.ts
├─ 📄.gitignore
├─ 📄env.d.ts
├─ 📄index.html
├─ 📄LICENSE
├─ 📄package-lock.json
├─ 📄package.json
├─ 📄README.md
├─ 📄tsconfig.app.json
├─ 📄tsconfig.json
├─ 📄tsconfig.node.json
├─ 📄tsconfig.vitest.json
├─ 📄vite.config.ts
└─ 📄vitest.config.ts
License
This project is licensed under the MIT License - see the LICENSE file for details.