1.0.1 • Published 2 years ago

cqrcb-front-components v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

cqrcb 组件库

目录介绍

src/components/ 目录用于存放开发的组件,请注意

项目依赖安装

cd 项目根目录
yarn   或  npm install

打包

# 使用 npm 或者 yarn 打包
## npm 方式
npm run build  
## yarn 方式
yarn build

使用

在应用项目执行

## npm 方式
npm install  -D  cqrcb-front-components
## yarn 方式
yarn add -D cqrcb-front-components