前端 UI 组件库,采用 vue3 + TypeScript + ant-design-vue 开发
整合 element-plus 、 ant-design-vue 和 naive-ui 组件和方法,更加全面、方便快捷于项目开发
本项目采用 Airbnb 前端代码规范
需要 node 16.x 环境及以上
#安装依赖
yarn
# 运行
yarn dev
# 打包组件示例页面
yarn build
# 打包组件库
yarn compile
# 发布组件库到npm库
npm publish
# 撤销已发布的组件
npm unpublish jetlinks-ui-components@版本号