Kits-UI
介绍
kits-ui 是一个集多样化组件于一身轻量化的 vue3 组件库
支持根据引入不同主题来构建不同结构与表现(开发中.......)
安装
npm
使用 npm 进行安装
bash
npm install --save-dev kits-ui
npm install --save-dev @kits-ui/theme
npm install --save-dev kits-ui
npm install --save-dev @kits-ui/theme
yarn
使用 yarn 进行安装
bash
yarn add --save-dev kits-ui
yarn add --save-dev @kits-ui/theme
yarn add --save-dev kits-ui
yarn add --save-dev @kits-ui/theme
@kits-ui/theme 为组件库的默认样式文件, 为了后续多主题构建, 因此将其单独作为包来使用