All Projects → open-hand → Choerodon Ui

open-hand / Choerodon Ui

Licence: mit
An enterprise UI framework and react-based implementation.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
es6
455 projects

Projects that are alternatives of or similar to Choerodon Ui

React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (-74.27%)
Mutual labels:  webpack, ant
Node Blog
🔥✨ A react blog project base on nodejs, nestjs, mongoose, typescript, react, ant-design,nextjs
Stars: ✭ 69 (-59.65%)
Mutual labels:  webpack, ant
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+667.84%)
Mutual labels:  webpack, ant
Cooking
👨‍🍳 更易上手的前端构建工具
Stars: ✭ 1,964 (+1048.54%)
Mutual labels:  webpack
Ecommerce Site Template
A beautiful e-commerce template powered by React, Redux and other modern web tech.
Stars: ✭ 167 (-2.34%)
Mutual labels:  webpack
Html Res Webpack Plugin
plugin for generating html in webpack
Stars: ✭ 170 (-0.58%)
Mutual labels:  webpack
Fc Angular
快速搭建angular后台管理系统的admin template。Fast development platform based on angular8, ng.ant.design built multi-tab page background management system (continuous upgrade) ^_^
Stars: ✭ 171 (+0%)
Mutual labels:  ant
Template React Ssr
Server-side rendering template using express and react 16
Stars: ✭ 166 (-2.92%)
Mutual labels:  webpack
Workerize Loader
🏗️ Automatically move a module into a Web Worker (Webpack loader)
Stars: ✭ 2,135 (+1148.54%)
Mutual labels:  webpack
Graphpack
☄️ A minimalistic zero-config GraphQL server.
Stars: ✭ 1,994 (+1066.08%)
Mutual labels:  webpack
Webapp
基于webpack+Vue2.0搭建webapp,结合野狗实现实时云通信,并自动构建在DaoCloud上!
Stars: ✭ 169 (-1.17%)
Mutual labels:  webpack
Pug As Jsx Loader
Stars: ✭ 168 (-1.75%)
Mutual labels:  webpack
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (+0%)
Mutual labels:  webpack
Cordova Create React App
A tutorial on how to set up a Cordova project using Create React App.
Stars: ✭ 167 (-2.34%)
Mutual labels:  webpack
React Tradingview Widget
React component for rendering the TradingView Advanced Real-Time Chart Widget.
Stars: ✭ 170 (-0.58%)
Mutual labels:  webpack
Webpack.js.org
Repository for webpack documentation and more!
Stars: ✭ 2,049 (+1098.25%)
Mutual labels:  webpack
React Tapable Editor
A pluginable, intuitive medium/notion like rich text editor(currently in wip)
Stars: ✭ 170 (-0.58%)
Mutual labels:  webpack
React Core Boilerplate
Powerful ASP.NET Core 3 templates with React, true server-side rendering and Docker support
Stars: ✭ 169 (-1.17%)
Mutual labels:  webpack
Multipage Webpack Plugin
A plugin that makes handling templates and asset distribution for multi-page applications using webpack trivial
Stars: ✭ 168 (-1.75%)
Mutual labels:  webpack
Electrode
Web applications with node.js and React
Stars: ✭ 2,033 (+1088.89%)
Mutual labels:  webpack

Choerodon UI

An enterprise-class UI design language and React-based implementation.

中文 README

Features

  • Extracted from the interactive language and visual style of enterprise-level medium and backstage products.
  • A set of high-quality React components out of the box.
  • Written in TypeScript with predictable static types.
  • The whole package of development and design resources and tools.

Environment Support

  • Modern browsers and Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
  • Electron

Install

npm install choerodon-ui --save

Usage

import { DatePicker } from 'choerodon-ui';
import { Table } from 'choerodon-ui/pro';
ReactDOM.render(<><DatePicker /><Table /><>, mountNode);

And import style manually:

import 'choerodon-ui/dist/choerodon-ui.css'; // or 'choerodon-ui/dist/choerodon-ui.less'
import 'choerodon-ui/dist/choerodon-ui-pro.css'; // or 'choerodon-ui/dist/choerodon-ui-pro.less'

Or import components on demand

Internationalization

See i18n.

Links

Local Development

$ git clone https://github.com/open-hand/choerodon-ui.git
$ cd choerodon-ui
$ npm install
$ npm start

Deployment

$ npm run deploy

publish

$ npm run pub

Open your browser and visit http://127.0.0.1:8001 , see more at https://open-hand.github.io/choerodon-ui/en/tutorials/introduction .

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].