最近在忙着后台系统的重构,写了个模板,欢迎使用,觉得不错可以 star 支持下,谢谢~~,有问题欢迎提交 issues 交流。
https://github.com/zenquan/react-admin-template.git
react^17 + react-router-dom^4 + less + css modules + antd^4 + axios + mobx + echarts + react-i18next
# git clone
git clone https://github.com/zenquan/react-admin-template.git
or
git clone -b <branch> https://github.com/zenquan/react-admin-template.git
# install
npm install
# start or dev
master or master-i18n -> npm run start
vite or vite-i18n -> npm run dev
1
ccyu220 2021-08-12 16:34:06 +08:00 1
太简陋,入门级的 admin,没有亮点啊
|
2
andyskaura 2021-08-12 16:52:25 +08:00
前段时间还有个群友发了个开源项目 欢迎 star
|
3
andyskaura 2021-08-12 16:53:02 +08:00 1
https://github.com/Caladog/cala-react 跟你这有得一拼 也不知道开了个啥
|
4
Valid 2021-08-12 17:08:06 +08:00 1
我为什么不用 antd pro?
|
5
Haulk 2021-08-12 17:43:43 +08:00
登录了还能回到 login 页?
|
7
jomsou OP @Valid antd pro 很全很好,但是有的时候业务不需要那么多东西,而且这也是一个自己从零开始搭建学习的项目和过程
|
8
XTTX 2021-08-12 18:25:29 +08:00
建议上一些 tailwindcss 这种 css kit,换 material ui 也挺好的。
|
11
XTTX 2021-08-12 19:03:04 +08:00
有也免费的 tailwind-kit.com
|
14
XTTX 2021-08-12 21:57:26 +08:00
@jomsou tailwind 除了第一次 setup 有点麻烦,用起来挺方便的。 你看看官网的 doc 。 对比 https://github.com/jt6677/miller_columns 里面的 tailwind.config.js craco.config.js 。
|
19
XTTX 2021-08-13 13:24:22 +08:00
@Valid Tailwind UI 是 tailwindcss 作者自己写的收费 UI 组件。tailwind 设计的精髓已经在预先写好的各种大小和颜色里了。
|