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 install / yarn
npm run dev
demo 放在 src/[component]/demo
文件夹里面,支持热更新
构建
构建全部
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