An open API service indexing awesome lists of open source software.

https://github.com/lio-mengxiang/mx-design

最好的react ui组件库教程代码 (The code for the best react component library series tutorial)
https://github.com/lio-mengxiang/mx-design

Last synced: 2 days ago
JSON representation

最好的react ui组件库教程代码 (The code for the best react component library series tutorial)

Awesome Lists containing this project

README

        


Mx Design Logo
Mx Design Logo




mx-design want to create the best tutorial project on github about how to build a react component library. The tutorial includes project building tutorials, frontend tooling related to the project building tutorials , building react components tutorials, and finally builds a library that can be used in a production environment.Meanwhile, I will try to ensure code quality, high performance, and high scalability

![license](https://img.shields.io/badge/license-MIT-blue.svg)

[English](./README.md) | [中文](./README.zh.md)

## start project

Install npm packages

```bash
pnpm run init
```

start the component preview page

```bash
pnpm start:site
```

## introduction

At present, I am only working on it by myself, and I have many tasks in my work, so the workload is a little heavy. I am constantly adding new components and writing tutorials. Please understand the problem of fewer components in the early stage (expected to be completed in 2023).

All components and configuration files have tutorials in Chinese and English.

Here are all the tutorials. Follow along with the code in this library.

thanks to star...

## Tutorial Directory (Continue to update, welcome to pay attention!)

- [Implement a cli packaging tool](https://github.com/lio-mengxiang/mx-design-cli/issues/19)

- [React UI Component tutorial](https://github.com/lio-mengxiang/mx-design/issues/16)