公司要求做一套全新的 oa 系统,技术栈要 vue3+elementplus ,网页风格要仿蓝凌,有啥搭好的框架推荐吗
1
dfkjgklfdjg 212 天前
[ vue-element-plus-admin]( https://github.com/kailong321200875/vue-element-plus-admin/tree/master) ?
页面风格不就是自己改一套自定义主题出来吗? |
3
laobobo 212 天前
就像#1 说的,自己定义一套不久行了,要么找 UI 设计一套
|
4
laters 212 天前
naiveUI
|
5
rookie2luochao 212 天前
我觉得最核心的层面是不关心 UI 的基础代码结构,UI 可以让你们公司 UI 画,就一个登录页 + 一个 Menu 导航,其他的不就是套组件库该样式吗?
我自己花几小时搞了套 vue3 基础模版,里面还有一套 React 的 https://github.com/rookie-luochao/create-vite-app-cli/tree/master/template-vue-ts |
6
rookie2luochao 212 天前
我觉得最关键的是核心 npm 包的选择,UI 就一个登录页 + 一个 Menu 导航,其他的你也套不过来,别人也是搞的组件库拼的
|
8
rookie2luochao 212 天前
再说一句,全新的不就更应该自己放手去干吗?我用最基础的结构,可以很快搭出各种不相干的系统
例如:www.openapi-ui.com https://github.com/rookie-luochao/openapi-ui https://react.luojingheng.cn https://github.com/rookie-luochao/react https://llmops.rockontrol.com https://github.com/rookie-luochao/create-vite-app-cli/tree/master/template-react-ts 这些我都是用的一套代码基础模版,从零 UI 根据业务往里面加 UI |
9
perfectW 212 天前
|
10
yrj 212 天前
我一般是直接用 ui 框架撸,没必要找个 admin 框架
|
12
huijiewei 211 天前
|
13
dog82 211 天前
我花钱买了 go 的 easygoadmin
|
14
jianv3 211 天前
|
15
6F321i77Df1W0Zka 211 天前
前端框架不就是 vue3 吗,后台不是 elementplus 。这两个不久已经规定死了?
|
16
ZnductR0MjHvjRQ3 211 天前
要你自己负责开发吗 多好的练手机会 为什么要找一套 admin 模板呢 删删改改还不如自己锻炼一下
如果说你是老法师 也不会问这样的问题 |