Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaebe/ccui
ccui 一个建设组件库示例项目
https://github.com/vaebe/ccui
css vue vue2 vue3
Last synced: about 1 month ago
JSON representation
ccui 一个建设组件库示例项目
- Host: GitHub
- URL: https://github.com/vaebe/ccui
- Owner: vaebe
- License: apache-2.0
- Created: 2022-07-18T02:03:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T14:09:03.000Z (about 2 months ago)
- Last Synced: 2024-10-05T14:16:33.043Z (about 1 month ago)
- Topics: css, vue, vue2, vue3
- Language: TypeScript
- Homepage: https://vaebe.github.io/ccui/
- Size: 5.06 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 简介
## 快速开始
### 安装
```shell
# NPM
$ npm install vue3-ccui --save# Yarn
$ yarn add vue3-ccui# pnpm
$ pnpm install vue3-ccui
```### 完整引入
```ts
import { createApp } from 'vue'
import ccui from 'vue3-ccui'
import App from './App.vue'import './style.css'
import 'vue3-ccui/style.css'createApp(App).use(ccui).mount('#app')
```## todo
- 迁移组件 测试用例 更新为 vitest