JSPM

  • Created
  • Published
  • Downloads 302
  • Score
    100M100P100Q98343F

Package Exports

  • jetlinks-ui-components
  • jetlinks-ui-components/es/index.js
  • jetlinks-ui-components/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jetlinks-ui-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Jetlinks-ui-components

前端 UI 组件库,采用 vue3 + TypeScript + ant-design-vue 开发

特性

整合 element-plusant-design-vuenaive-ui 组件和方法,更加全面、方便快捷于项目开发

代码规范

本项目采用 Airbnb 前端代码规范

安装、运行

需要 node 16.x 环境及以上

#安装依赖
yarn

# 运行
yarn dev

# 打包组件示例页面
yarn site

# 打包组件库
yarn compile

组件库发布

# 发布组件库到npm库
npm publish

# 撤销已发布的组件
npm unpublish jetlinks-ui-components@版本号