All Projects → aliyun → cloud-design

aliyun / cloud-design

Licence: MIT License
阿里云前端组件库,由混合云&公有云前端团队共建

Programming Languages

CSS
56736 projects
SCSS
7915 projects
typescript
32286 projects

Projects that are alternatives of or similar to cloud-design

Awesome Design Systems
💅🏻 ⚒ A collection of awesome design systems
Stars: ✭ 13,308 (+17883.78%)
Mutual labels:  design-systems, ui-library
Ant Design
An enterprise-class UI design language and React UI library
Stars: ✭ 76,498 (+103275.68%)
Mutual labels:  design-systems, ui-library
Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (+416.22%)
Mutual labels:  design-systems, ui-library
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+444.59%)
Mutual labels:  design-systems, ui-library
rurality
开源运维平台设计及开发样例、CMS、RBAC、python开发教程、管理系统设计及开发样例、jenkinsfile(pipeline)/ansible使用教程,一切想到的,想不到的,应有尽有
Stars: ✭ 51 (-31.08%)
Mutual labels:  aliyun
tiny-oss
A tiny aliyun oss sdk for browser which focus on uploading.
Stars: ✭ 25 (-66.22%)
Mutual labels:  aliyun
pebble
Pebble Design System
Stars: ✭ 14 (-81.08%)
Mutual labels:  design-systems
LoadingButtonLibrary
A loading button with animaton
Stars: ✭ 26 (-64.86%)
Mutual labels:  ui-library
ak-vue3
组件库包含了 AutoForm 自动表单、BackTop 返回顶部、Breadcrumb 面包屑、 Button 按钮、Cascader 级联选择器、Checkbox 多选框、Collapse 折叠面板、ColorPicker 颜色选择器、DataPicker 时间选择器、Dialog 弹层对话框、Alert 弹框、Echarts 图形图表、Form 表单、Input 输入框、Lazy 图片延时加载、Loading 加载等待、Menu 菜单、Pagination 分页、Progress 进度条、Radio 单选框、Select 选择器、Steps 步骤条、Swiper 图片轮播、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 提示、Tr…
Stars: ✭ 24 (-67.57%)
Mutual labels:  vitejs
aliyun-sms
阿里云 SMS 短信 Java SDK 封装
Stars: ✭ 67 (-9.46%)
Mutual labels:  aliyun
rapide
WIP! do not use just yet - Opinionated Vite + Alpine.js starter PWA template
Stars: ✭ 15 (-79.73%)
Mutual labels:  vitejs
aliyun-egg
node web framework for aliyun, base on eggjs
Stars: ✭ 47 (-36.49%)
Mutual labels:  aliyun
cert-manager-alidns-webhook
Cert-manager webhook to generate Let's Encrypt certificates over Alibaba Cloud DNS.
Stars: ✭ 31 (-58.11%)
Mutual labels:  aliyun
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (+127.03%)
Mutual labels:  ui-library
alist fiber
一款基于go+vue的阿里云盘项目 https://pan.baiyue.one
Stars: ✭ 53 (-28.38%)
Mutual labels:  aliyun
aliyunddns
python 实现阿里云DNS动态解析
Stars: ✭ 32 (-56.76%)
Mutual labels:  aliyun
UUI
React-based components and accelerators library built by EPAM Systems.
Stars: ✭ 90 (+21.62%)
Mutual labels:  ui-library
plasmic
Visual page builder and web design tool for any website or web app tech stack
Stars: ✭ 1,475 (+1893.24%)
Mutual labels:  design-systems
papyrum
Papyrum is a tool that will help you in the creation of your design system, style guide or in the documentation of your project based on react
Stars: ✭ 19 (-74.32%)
Mutual labels:  design-systems
dashkit-ui
UI Components built on React.
Stars: ✭ 17 (-77.03%)
Mutual labels:  ui-library

Cloud Design

阿里云前端通用组件库,based on Fusion

特性

  • 🌈 提炼自阿里云中后台产品的交互语言和视觉风格。
  • 📦 开箱即用的高质量 React 组件。
  • 🛡 全面使用 TypeScript 开发,提供完整的类型定义文件。
  • 🎨 全面 Css-Variable 化,更加灵活的主题定制能力。

⌨️ 本地开发

本仓库的代码组织方式是 lerna + yarn workspace 管理的 monorepo。

🛠 克隆代码&安装依赖

$ git clone [email protected]:aliyun/cloud-design.git
$ cd cloud-design
$ npm run boot

执行 npm run boot,它会安装好依赖、将内部相互应用的包 link 起来,对所有包进行初始化构建(npm run prepare)。

🚀 启动项目

其中 base-components/ 是基础组件,extend-components/ 是通用业务组件,以基础组件为例:

$ cd base-components/
$ npm run dev

打开浏览器访问 http://127.0.0.1:3000,即可预览

🤝 参与共建

如果想为自己的业务定制一份新的主题或者任何共建诉求,欢迎联系佐七萧雨。具体请参考贡献指南

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].