Package Exports
- @alicloudfe/components
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 (@alicloudfe/components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@alicloudfe/components
阿里云前端基础组件库,由混合云&公有云前端团队共建。 预览地址
相关命令
构建
构建全部
npm run prepublishOnly
构建 dist/index.js
npm run build
构建 dist/*.css
npm run build-css
构建 lib
npm run babel
构建 es
npm run babel:esm
更新主题包
npm run update-theme
发布
npm publish
同步预览站点
npm run demos-deploy
📖 目录结构
基础组件样式入口在base-components/src/theme/[theme-name]
。其中包含:
- css 样式
- css 变量定义
如果要增加新的主题,要在base-components/scripts/theme-data.js
增加 fusion 主题包信息。以便我们能通过脚本拉取 fusion 主题包。